Skip to content

textEditorPanel.editorConfig.tiptap

← Back to the parameter index

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, symbol TextEditorPanelConfig
  • 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 .

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.