You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/apidocs-mxsdk/apidocs/studio-pro-10/extensibility-api/csharp/extensibility-api-howtos/export-an-extension.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,23 @@ weight: 99
7
7
8
8
## Introduction
9
9
10
-
This how-to describes how you can export an extension so that you can publish it in the Marketplace or directly share it with other Mendix developers.
10
+
This how-to describes how to export an extension so you can publish it in the Marketplace or share it directly with other Mendix developers.
11
11
12
12
## Prerequisites
13
13
14
-
To be able to export extension add-on modules, you need to have the feature flag `--enable-extension-development` enabled. For more information, see [Get Started with the Extensibility API](/apidocs-mxsdk/apidocs/csharp-extensibility-api-10/get-started/).
14
+
Before exporting an extension add-on module, ensure the following feature flag is enabled: `--enable-extension-development`
15
15
16
-
## Procedure
16
+
For more information, see [Get Started with the Extensibility API](/apidocs-mxsdk/apidocs/csharp-extensibility-api-10/get-started/).
17
+
18
+
## Export an Extension
17
19
18
20
1. In Studio Pro, open the app that contains your development extension.
19
-
2. Create a new module with the same name as your extension folder. For example, if your extension folder is called 'MyFirstExtension', your module must also be called 'MyFirstExtension'.
20
-
3. In **App Explorer**, go to **Settings** of this module and then go to the **Export** tab.
21
+
2. Create a new module with the same name as your extension folder. For example, if your extension folder is called *MyFirstExtension*, your module must also be called *MyFirstExtension*.
22
+
3. In **App Explorer**, navigate to the **Settings** of this module and click the **Export** tab.
0 commit comments