Write text blocks with formatting
Tiptap replaces the plain textarea: bold, italic, subheading, lists and links. Stored as Markdown so API clients keep reading and writing the same field, rendered with react-markdown.
This commit is contained in:
+1
-1
@@ -172,7 +172,7 @@ Der Inhalt eines Beitrags besteht aus Blöcken in fester Reihenfolge.
|
||||
|
||||
| Typ | Daten |
|
||||
|---|---|
|
||||
| `text` | `text` |
|
||||
| `text` | `text`, als Markdown: Absätze, Fett, Kursiv, Verweise, Listen, Zwischenüberschriften |
|
||||
| `image` | `mediaId` |
|
||||
| `gallery` | `mediaIds` |
|
||||
| `before_after` | `beforeMediaId`, `afterMediaId` |
|
||||
|
||||
Reference in New Issue
Block a user