Ich habe das gleiche Problem. Wenn ich den folgenden Code verwende, kann ich das div-Tag nicht mehr im rte haben. Es wird automatisch nach dem p-Tag ersetzt. Wenn ich - { model: 'Normal (DIV)', view: 'div', title: 'Normal (DIV)' } wegschmeiße. kann ich mindesten div tag in Quellcode schreiben. aber für die Redakteure ist nicht in ordnung selbst HTML-Code schreiben. ich habe diese code auch benutzt aber es könnte mir nicht helfen.
config:
htmlSupport:
allow:
- { name: 'div', attributes: true, classes: true, styles: true }
config:
heading:
options:
- { model: 'Normal', view: 'p', title: 'Normal' }
- { model: 'heading1', view: 'h1', title: 'Heading 1' }
- { model: 'heading3', view: 'h2', title: 'Heading 2' }
- { model: 'heading4', view: 'h2', title: 'Heading 2' }
- { model: 'heading5', view: 'h2', title: 'Heading 2' }
- { model: 'Formated', view: 'pre', title: 'Formated' }
- { model: 'Normal (DIV)', view: 'div', title: 'Normal (DIV)' }