PluginConfig
PluginConfig
Site configuration owned by a registered plugin. An empty object enables a plugin that requires no site-level options. Additional properties are defined and interpreted by the plugin rather than Quail Pages core.
Authoring guidance
Use when
A registered plugin needs site-level configuration, or no
additional configuration beyond being enabled for the site.
Avoid when
Data belongs to one specific PluginRef invocation rather
than the plugin's site-wide configuration.
Properties
[key]
Additional property value.
any
Example
Required
{}
Full
{
"option": "value"
}
examples are generated from the schema.