Format text
Choose plain text, Markdown, or rich text and use its delivery format.
The content model chooses the editor for each long-text field.
| Format | Editor behavior |
|---|---|
| Plain | A text area for unformatted text. |
| Markdown | Write and Preview views with formatting helpers. |
| Rich | A structured editor whose toolbar depends on model configuration. |
Access
Editing requires backend.read, content.read, and content.update, scoped to the entry and locale.
Edit the field
- Enter content in the editor supplied for the field.
- For Markdown, use Write to edit and Preview to check formatting.
- Select Save, reopen the entry, and confirm the value.
Rendered previews and delivered HTML are sanitized. Do not rely on scripts, unsafe links, or unsupported pasted HTML. Toolbar options can be narrower than the editor’s full capability.
Developers consuming the raw or rendered delivery value should use the delivery guide rather than infer its format from the authoring screen.