Export an Extension
Introduction
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.
Prerequisites
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.
Procedure
-
In Studio Pro, open the app that contains your development extension.
-
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’.
-
In App Explorer, go to Settings of this module and then go to the Export tab.
-
Set Module type to Add-on module.
-
In the Module version field, enter the version number of the extension.
-
In the Extension Name field, select the name of your extension. This must match with your module name.
If you do not set the Extension name field, your feature flag is not configured correctly. For more information, see Get Started with the Extensibility API. -
Click OK to save the settings.
-
In App Explorer, right-click the module and click Export to export the extension.
Now you can publish the extension in the Marketplace or directly share it with other Mendix developers.