Coda by Ian Macalinao
    Preparing search index...

    A plugin paired with the authority that should manage it, used when creating an asset/collection or adding a plugin.

    type PluginAuthorityPair = {
        authority: Option<Authority>;
        plugin: Plugin;
    }
    Index

    Properties

    Properties

    authority: Option<Authority>

    The authority to manage the plugin; defaults to the plugin type's standard authority if omitted.

    plugin: Plugin

    The plugin variant and its configuration.