constant
seoFieldPlugins
const seoFieldPlugins: readonly [{
readonly type: "ui"
readonly key: "seo"
readonly componentKey: "overview"
readonly component: LegacyComponentType
readonly canRender: (field: SchemaField) => boolean
}, { ...; }, { ...; }, { ...; }, { ...; }]Exact overview, title, description, image, and preview renderer registrations.
Source packages/plugin-seo/src/index.ts:11
Each registration matches the manifest plugin and component identity while retaining the built-in field’s storage semantics.