Ich pack es nicht im ckeditor unter V13 dem HR-Tag (horizontal rule) eine Klasse mitzugeben?
schafft Ihr das und wenn ja kann mir einer sagen wie?
Is there anybody who knows how to put a block-style-definition for the hr-tag into a yaml-file?
just like an example like this:
editor:
config:
style:
definitions:
- { name: HR dotted’, element: ‘hr’, classes: [ ‘dotted’ ] }
Ckeditor does not support classes on the hr in the version that ships with TYPO3 atm.
It has only been recently implemented:
The latest ckeditor version comes wirh several breaking changes so it’ll be hard(er) to update to it. Maybe with help from the community we can update our bundled CKEditor better. It’ll need a lot of testing I feel, when I read their changelog.