Skip to content

tiptapPanel.editorConfig.readOnly

← Back to the parameter index

Disables rich-text editing.

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

Context
tiptapPanel
Accepted value
boolean
Required
No
Default
false

User scenarios

  • Publish rich text without edit controls.

Related parameters

Contextual guide and evidence

  • Contextual guide: Open the complete human guide
  • Source: apps/panel/src/features/panels/variants/tiptap-panel/stores/index.ts, symbol createDefaultEditorState
  • Example coverage: Partial — The variant guide records the default.
  • Demo coverage: Complete — The object API fixture binds a Tiptap panel with readOnly: true. 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.