After saving CKeditor text with "lead" paragraph styling disappear.
- Open any text editor
- Choose "lead" style
- Save
Expect it to see lead paragraph
Suggest fix:
Add another css file with lead styling
.lead {
font-size: 16px;
}
Include new css file
editor:
config:
contentsCss:
- "EXT:rte_ckeditor/Resources/Public/Css/contents.css"
- "EXT:theme_t3kit/Resources/Public/Css/contents.css"