Description
I have following config.json
{
"list": {
"properties": {
"reversed": true,
"startIndex": true,
"styles": false
}
},
"style": {
"definitions": [
{
"name": "Fussnote",
"element": "p",
"classes": [
"fussnote"
]
}
]
},
"removePlugins": [
"Autoformat"
]
}
If I select Fussnote in the dropdown to a ul li item, it adds a p.paragraph within the li tag, which is really not what I want.
I expect that the style dropdown is disabled outside a p-tag, or at least that it is ignored outside p tag
- Craft version: 5.10.1
- PHP version: 8.3
- Database driver & version:
- Plugins & versions: CKEditor 5.6.1
Description
I have following config.json
If I select Fussnote in the dropdown to a ul li item, it adds a p.paragraph within the li tag, which is really not what I want.
I expect that the style dropdown is disabled outside a p-tag, or at least that it is ignored outside p tag