Images can be uploaded directly to your plugin, eliminating the need to upload any images you plan to use in your plugin to an external source.

In the admin panel, select Plugins, then select Build on the next page. Click on the name of the plugin you're working on. On the following page, click on the Images tab.

You have the option to either link to an image that's hosted online or to upload your own image directly into your plugin.

To Link an Image
  1. Select the Link button.
  2. Enter the URL of the image you want to add to the plugin.
  3. Press the Enter key and your image will be added.

To Upload an Image
  1. Select the Upload button.
  2. Select an existing file on your computer. The image will automatically be uploaded to your plugin on the same page.

You can also replace existing images using this same method, or remove the images using the Delete button next to its respective image.



Clicking on the Edit icon next to an image allows you to edit the name of the image. This name will be used when addressing your image in your plugin's coding, via $[plugin.images.name] (substituting "name" with the name of the image).