Choose your language:
    Plugin

    Plugins enable developers to replace DatoCMS field components with HTML5 applications so the editing experiences of the DatoCMS web app can be customized.

    Object payload
    id  string
    ID of plugin
    name  string

    The name of the plugin

    description  null, string

    A description of the plugin

    url  string

    The entry point URL of the plugin

    parameters  object

    Global plugin configuration. Plugins can persist whatever information they want in this object to reuse it later.

    packageName  null, string

    NPM package name of the plugin (or null if it's a private plugin)

    packageVersion  null, string

    The installed version of the plugin (or null if it's a private plugin)

    permissions  Array<string>

    Permissions granted to this plugin

    meta.version  string

    Version of the plugin. Legacy plugins are v1, new plugins are v2

    Available endpoints