ChatiumFor developersPlaygroundPricing
Sign in

How to Register Your Code as a Plugin Application

After creating our plugin, we need to register it so that we can place it in our developer cabinet, which we created in the previous step.

  1. Go to the IDE in our project and find the root directory of the plugin, in our case, it's the plugin folder.
  2. Right-click on the folder, then select metadata and register plugin application. meta
  3. We need to enter the name of our plugin; this will be its temporary name until publication, and it will have the prefix "dev-". Once the plugin passes review, the "dev-" will be removed. Remember your slug, as it will be needed in the next step. name and click save.

Now our plugin is registered and available for linking to the developer cabinet.

Next - Install the plugin in your account