From b3573b47f3fbe921baff746963fc1d950503eb57 Mon Sep 17 00:00:00 2001 From: Arjo Bruijnes Date: Thu, 17 Sep 2026 15:33:14 +0200 Subject: [PATCH] Show how to use the latest version of the widget generator --- .../pluggable-widgets/create-a-pluggable-widget-one.md | 2 +- .../pluggable-widgets/create-a-pluggable-widget-one.md | 2 +- .../pluggable-widgets/create-a-pluggable-widget-one.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/howto/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md b/content/en/docs/howto/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md index e91c5a0a8f4..4e9fe259c8d 100644 --- a/content/en/docs/howto/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md +++ b/content/en/docs/howto/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md @@ -63,7 +63,7 @@ Using a terminal or command line, navigate to your new Mendix app's folder, crea ```shell mkdir myPluggableWidgets cd myPluggableWidgets -npx @mendix/generator-widget TextBox +npx @mendix/generator-widget@latest TextBox ``` The generator will ask you a few questions during setup. Answer the questions by specifying the following information: diff --git a/content/en/docs/howto10/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md b/content/en/docs/howto10/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md index 819685530bb..809a21c1ff6 100644 --- a/content/en/docs/howto10/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md +++ b/content/en/docs/howto10/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md @@ -63,7 +63,7 @@ Using a terminal or command line, navigate to your new Mendix app's folder, crea ```shell mkdir myPluggableWidgets cd myPluggableWidgets -npx @mendix/generator-widget TextBox +npx @mendix/generator-widget@latest TextBox ``` The generator will ask you a few questions during setup. Answer the questions by specifying the following information: diff --git a/content/en/docs/howto9/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md b/content/en/docs/howto9/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md index ad62046751c..734585c521c 100644 --- a/content/en/docs/howto9/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md +++ b/content/en/docs/howto9/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md @@ -65,7 +65,7 @@ Using a terminal or command line, navigate to your new Mendix app's folder, crea ```powershell mkdir CustomWidgets cd CustomWidgets -npx @mendix/generator-widget TextBox +npx @mendix/generator-widget@latest TextBox ``` The generator will ask you a few questions during setup. Answer the questions by specifying the following information: