Skip to content

textEditorPanel.editorConfig.defaultEditor

← Back to the parameter index

Only active editor renderer.

This is a compact property lookup. Use the contextual guide below for the complete feature model, configuration sequence, interactions, examples, and limitations.

Context
textEditorPanel
Accepted value
tiptap
Required
No
Default
tiptap

User scenarios

  • Use the extensible shell with its supported renderer.

Related parameters

Contextual guide and evidence

  • Contextual guide: Open the complete human guide
  • Source: apps/panel/src/features/panels/variants/text-editor-panel/composables/text-editor-renderer.ts, symbol normalizeTextEditorConfig
  • Example coverage: Complete — The guide and fixture explicitly configure the only supported value.
  • Demo coverage: Complete — The registered textEditorPanel fixture resolves and renders the Tiptap editor. Open the runnable demo .

The panel source named above remains authoritative for runtime behavior. This secondary reference page is generated from the reviewed parameter matrix and does not replace the contextual guide.