Skip to content
Open
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 @@ -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.

Expand Down Expand Up @@ -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/)
Expand Down