PluginRef
PluginRef
An authored invocation of a registered plugin. Additional invocation fields are owned by the selected plugin.
Properties
element
string
Element identifier owned by the plugin.
plugin
string
Plugin registration identifier.
type
string
Selects plugin rendering for this object.
"plugin"
[key]
Additional property value.
any
Additional JSON properties passed to and interpreted by the selected plugin.
Example
Required
{
"element": "featured-content",
"plugin": "example-plugin",
"type": "plugin"
}
Full
{
"element": "featured-content",
"plugin": "example-plugin",
"type": "plugin"
}
examples are generated from the schema.