ckeditor width to 100%

This commit is contained in:
2022-06-17 13:33:48 +00:00
parent 8ecab2997f
commit 8979e7e44d

View File

@@ -238,6 +238,7 @@ CKEDITOR_CONFIGS = {
},
],
"toolbar": "Custom",
"width": "100%",
"toolbar_Custom": [
{"name": "styles", "items": ["Styles", "Format", "Font", "FontSize"]},
{"name": "tools", "items": ["Maximize", "ShowBlocks"]},
@@ -287,7 +288,7 @@ CKEDITOR_CONFIGS = {
],
},
],
}
},
}