Problem
The slash command menu in Nuxt Studio exposes built-in TipTap sections (Style, Insert,Paragraph, etc.) that cannot be disabled via nuxt.config.ts. The current studio.meta.components API only filters custom components — it has no effect on built-in editor sections.
Use case
When building a tightly controlled editorial experience, editors should only see relevant actions. For example, a site that uses custom Vue components for all content blocks has no need for the built-in "Style" (heading levels, blockquote) or "Insert (horizontal rule, etc.) sections.
Problem
The slash command menu in Nuxt Studio exposes built-in TipTap sections (Style, Insert,Paragraph, etc.) that cannot be disabled via
nuxt.config.ts. The currentstudio.meta.componentsAPI only filters custom components — it has no effect on built-in editor sections.Use case
When building a tightly controlled editorial experience, editors should only see relevant actions. For example, a site that uses custom Vue components for all content blocks has no need for the built-in "Style" (heading levels, blockquote) or "Insert (horizontal rule, etc.) sections.