Skip to content

tiptapPanel.editorConfig.dataFormat

← Back to the parameter index

Persisted content format.

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
html | json
Required
No
Default
json

User scenarios

  • Match editor persistence to the object attribute contract.

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 contextual guide explains the field and its behavior, but no focused example isolates it.
  • Demo coverage: Partial — The fixture uses JSON-formatted standalone content but does not exercise object-bound persistence or the HTML branch. 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.