add new ckeditor config

This commit is contained in:
2022-07-30 11:32:34 +00:00
parent 9d8ea00463
commit a8ecdb2de9

View File

@@ -289,6 +289,55 @@ CKEDITOR_CONFIGS = {
},
],
},
"intern": {
"toolbar": "Custom",
"width": "100%",
"toolbar_Custom": [
{
"name": "basicstyles",
"items": [
"Bold",
"Italic",
"Underline",
"Strike",
"Subscript",
"Superscript",
"-",
"RemoveFormat",
],
},
{
"name": "paragraph",
"items": [
"NumberedList",
"BulletedList",
"-",
"Outdent",
"Indent",
"-",
"Blockquote",
"CreateDiv",
],
},
"/",
{
"name": "paragraph2",
"items": [
"JustifyLeft",
"JustifyCenter",
"JustifyRight",
"JustifyBlock",
],
},
{ "name": "links",
"items": [
"Link",
"Unlink",
"Anchor"
]
},
],
},
}