type
FieldAdminComponent
type FieldAdminComponent struct {
Plugin string `json:"plugin"`
Component string `json:"component"`
Config json.RawMessage `json:"config,omitempty"`
}An exact built-in field renderer owned by a paired static admin plugin.
Pluginstring- The Plugin value.
Componentstring- The Component value.
Configjson.RawMessage- The Config value.
Component metadata changes authoring presentation only. Storage, validation, access, migrations, and generated value types still follow the field’s built-in kind.