function
PluginComponent
PluginComponent selects a component supplied by an installed plugin. pluginKey names the Go plugin; key names a component registered by its admin package.
Arguments
| Argument | Type | Description |
|---|---|---|
pluginKey | string | The pluginKey value. |
key | string | The key value. |
config | []store.Value | The config value. |
Returns
The declared result.
ComponentRefFull signature
func PluginComponent(
pluginKey,
key string,
config ...store.Value,
) ComponentRefRelated types
ValueAn immutable scalar, object, list, or populated document value.
ComponentRefComponentRef selects a custom admin component and its optional settings. It changes the UI without changing how the field's value is stored or typed.