Appearance
textEditorPanel.editorConfig.defaultEditor
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, symbolnormalizeTextEditorConfig - 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 .