Appearance
textEditorPanel.editorConfig.tiptap
Configuration forwarded to the Tiptap 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
TiptapPanelConfig- Required
- No
- Default
- No documented default.
User scenarios
- Configure rich text through the editor shell.
Related parameters
Contextual guide and evidence
- Contextual guide: Open the complete human guide
- Source:
apps/panel/src/features/panels/variants/text-editor-panel/types/text-editor-renderer.ts, symbolTextEditorPanelConfig - Example coverage: Complete — The standalone shell config provides nested Tiptap initial content and editor options.
- Demo coverage: Complete — The fixture renders the nested Tiptap config through the actual textEditorPanel shell. Open the runnable demo .