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:
@@ -485,6 +485,17 @@
|
||||
"unsupportedType": "Dieses Format wird nicht angenommen. Nimm JPEG, PNG, WebP, AVIF, GIF oder TIFF.",
|
||||
"unreadableImage": "Die Datei lässt sich nicht als Bild lesen. Prüfe, ob sie vollständig ist.",
|
||||
"unknown": "Das hat gerade nicht geklappt. Versuch es noch einmal."
|
||||
},
|
||||
"format": {
|
||||
"bold": "Fett",
|
||||
"italic": "Kursiv",
|
||||
"heading": "Zwischenüberschrift",
|
||||
"bulletList": "Aufzählung",
|
||||
"orderedList": "Nummerierte Liste",
|
||||
"link": "Verweis setzen",
|
||||
"unlink": "Verweis entfernen",
|
||||
"linkTarget": "Adresse des Verweises",
|
||||
"linkApply": "Übernehmen"
|
||||
}
|
||||
},
|
||||
"brands": {
|
||||
|
||||
Reference in New Issue
Block a user