Appearance
tiptapPanel.editorConfig.readOnly
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, symbolcreateDefaultEditorState - 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 .