add new ckeditor config
This commit is contained in:
@@ -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"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user