Skip to content

Commit 23ceefd

Browse files
authored
Merge pull request #11572 from MarkTr0/solp/4096-module-location-documentation-clean
Module "Location" setting documentation
2 parents 4034c51 + fbcac72 commit 23ceefd

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

content/en/docs/refguide/modeling/app-explorer/modules/module-settings.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 10
77

88
## Introduction
99

10-
Module settings allow you to set Java managed dependencies, choose the type of the module, and set a version for certain module types.
10+
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.
1111

1212
To open module settings, double-click **Settings** in the required module.
1313

@@ -151,6 +151,19 @@ When you export a module package (a *.mpk* file), Studio Pro adds a `manifest.js
151151
The legacy `package.xml` metadata file is not mentioned in `manifest.json` but is still included in the package for backward compatibility.
152152
{{% /alert %}}
153153

154+
### Location {#location}
155+
156+
{{% alert color="info" %}}
157+
This setting is available for Studio Pro 11.13 and above.
158+
{{% /alert %}}
159+
160+
The **Location** setting determines where the module appears in the App Explorer. You can choose one of the following options:
161+
162+
* **Module list** (default) – The module appears in the regular module list at the bottom of the App Explorer
163+
* **Marketplace modules** – The module appears under the **Marketplace modules** node in the **App** node within the App Explorer
164+
165+
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.
166+
154167
## Read More
155168

156169
* [Modules](/refguide/modules/)

0 commit comments

Comments
 (0)