diff --git a/content/en/docs/refguide/modeling/app-explorer/modules/module-settings.md b/content/en/docs/refguide/modeling/app-explorer/modules/module-settings.md index 7253e1a348a..41ad0a06332 100644 --- a/content/en/docs/refguide/modeling/app-explorer/modules/module-settings.md +++ b/content/en/docs/refguide/modeling/app-explorer/modules/module-settings.md @@ -7,7 +7,7 @@ weight: 10 ## Introduction -Module settings allow you to set Java managed dependencies, choose the type of the module, and set a version for certain module types. +Module settings allow you to configure various properties of a module, including Java managed dependencies, module type, version, and the location where the module appears in the App Explorer. To open module settings, double-click **Settings** in the required module. @@ -69,6 +69,19 @@ This is the version number of the module. The version should be a semantic versi Mendix recommends setting a new version every time changes are made to the module. +### Location {#location} + +{{% alert color="info" %}} +This setting is available for Studio Pro 11.13 and above. +{{% /alert %}} + +The **Location** setting determines where the module appears in the App Explorer. You can choose one of the following options: + +* **Module list** (default) – The module appears in the regular module list at the bottom of the App Explorer +* **Marketplace modules** – The module appears under the **Marketplace modules** node in the **App** node within the App Explorer + +Modules imported from the Marketplace are automatically set to **Marketplace modules**. You can change this setting at any time to organize your modules based on your preferences. + ## Read More * [Modules](/refguide/modules/)