@we0mmm/ckeditor-custom
v0.1.9
Published
A custom build of CKEditor 5
Downloads
3
Readme
Customized CKEditor 5 Editor
Toolbar Configuration:
BalloonEditor.defaultConfig = {
title: {
placeholder: "Input title Here...",
},
placeholder: "Input content here...",
image: {
toolbar: [
"imageTextAlternative",
"|",
"imageStyle:alignLeft",
"imageStyle:full",
"imageStyle:alignRight",
],
styles: ["full", "alignLeft", "alignRight"],
},
toolbar: [
"heading",
"|",
"bold",
"italic",
"underline",
"strikethrough",
"alignment",
"selectall",
"fontColor",
"fontBackgroundColor",
"fontSize",
"fontFamily",
"|",
"undo",
"redo",
"highlight",
"horizontalLine",
"superscript",
"subscript",
"|",
"link",
"numberedlist",
"bulletedlist",
"todolist",
"indent",
"outdent",
"|",
"inserttable",
"tablecolumn",
"tablerow",
"mergetablecells",
"|",
"blockquote",
"code",
"codeblock",
"mediaembed",
],
language: "en",
};