Review the Requirements for the Plugin Archive

This section includes the requirements to create the plugin archive for a plugin created using Oracle Visual Studio. It provides the guidelines on the file format and supported file types.

Archive file format

The archive must have .zip extension and be a ZIP archive. The size of the archive must not exceed 5 MB.

Archive content

These are the prerequisites for the archive content:
  • The archive must contain only directories and these file types:
    • .html files

    • .css files

    • .js, .json, .map files

    • .appache files

    • .jpg, .jpeg, .png, .gif, .svg, .ico files

    • Directories
  • The total size of all files must not exceed 20 MB.

  • The index.html file must be available in the:
    • /build/optimized/webApps/<plugin_name_folder>/index.html for an optimized Visual Builder plugin
    • / (root folder) of the archive for a hosted plugin

  • The archive must contain not more than 600 entries, including empty directories.

This screenshot shows the requirements for the archive:
This screenshot shows the requirements for the archive.