close

Filter

loading table of contents...

Blueprint Developer Manual / Version 2210

Table Of Contents
4.1.6.3.1 Plugin Descriptors

As a feature often requires the extension of multiple applications, a plugin-descriptor JSON file is used to bundle up plugins for different applications. If you write plugins only for a specific project, you might not need to create such a file. It simply lists all individual plugin urls by application, and must follow the schema at https://releases.coremedia.com/plugins/plugin-schema-3.0.0.json. If you want to provide plugins for others, bundle plugins with the Blueprint or want to use plugins provided by CoreMedia or partners, this file is intended to be the entry point to access those plugins.

Example
{
  "$schema": "https://releases.coremedia.com/plugins/plugin-schema-3.0.0.json",
  "plugins": {
    "studio-server": {
      "url": "https://github.com/CoreMedia/content-hub-adapter-rss/releases/download/
v2.0.4/studio-server.content-hub-adapter-rss-2.0.4.zip"
    },
    "studio-client.main": {
      "url": "https://github.com/CoreMedia/content-hub-adapter-rss/releases/download/
v2.0.4/studio-client.main.content-hub-adapter-rss-2.0.4.zip"
    }
  },
  "minimum-cms-version": "2110.1"
}

Example 4.20. content-hub-adapter-rss-2.0.4.json


Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.