Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down