diff --git a/content/docs/protocol/kernel/plugin-spec.mdx b/content/docs/protocol/kernel/plugin-spec.mdx index cf3622b0ad..7949e08c29 100644 --- a/content/docs/protocol/kernel/plugin-spec.mdx +++ b/content/docs/protocol/kernel/plugin-spec.mdx @@ -96,9 +96,6 @@ export default definePlugin({ translations: [ 'i18n/**/*.json', ], - - // Configuration schema - configSchema: 'src/config.schema.ts', }, // NOTE: there is no `lifecycle` file-map. Earlier revisions of this page