diff --git a/content/en/docs/howto/integration/importing-and-exporting-objects.md b/content/en/docs/howto/integration/importing-and-exporting-objects.md index 3e36e4726d3..226f692642a 100644 --- a/content/en/docs/howto/integration/importing-and-exporting-objects.md +++ b/content/en/docs/howto/integration/importing-and-exporting-objects.md @@ -77,6 +77,9 @@ To import module packages through the App Explorer in Studio Pro, follow these s 5. Click **OK**. +If you are importing a module with the *.mxmodule* extension, a dialog informing you about the imported add-on module will be displayed. +{{< figure src="/attachments/howto/integration/importing-and-exporting-objects/mxmodule-notification.png" >}} + You see a new or replaced module in the **App Explorer**. You also see your changes in the **Changes** section. In this example, the existing module has been deleted and replaced by the newly imported module: {{< figure src="/attachments/howto/integration/importing-and-exporting-objects/18582109.png" >}} @@ -95,10 +98,11 @@ If you would like to import an add-on module (the *.mxmodule* file) to your app, 2. Add *.mxmodule* file to the **modules** folder (you need to create this folder if it is not there). 3. In Studio Pro, go to **App** > **Synchronize App Directory** on the menu bar. +A dialog informing you about the imported add-on module will be displayed. +{{< figure src="/attachments/howto/integration/importing-and-exporting-objects/mxmodule-notification.png" >}} The add-on module is added to the **App Explorer**. - ### 2.3 Importing Module Documents A Mendix package (*.mpk*) file can store a Mendix module document. diff --git a/static/attachments/howto/integration/importing-and-exporting-objects/mxmodule-notification.png b/static/attachments/howto/integration/importing-and-exporting-objects/mxmodule-notification.png new file mode 100644 index 00000000000..214ed8a1b83 Binary files /dev/null and b/static/attachments/howto/integration/importing-and-exporting-objects/mxmodule-notification.png differ