Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

CKEditor 5 implementation for all toolbars doesn't support metronics?


Hi,
Related to this, is the CKEditor installed in Metronic not supporting all the toolbars in CKEditor 5, I tried what I needed and it didn't work if I refer to the CKEditor 5 documentation.

and if true means I have to buy a license from CKEditor 5 separately because Metronic only provides a free version.

regards.


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)


Hi,

You will need to use the online builder and download your custom package via Ckeditor Builder and place the source files under core/html/src/plugins/ckeditor-custom folder and include the custom Ckeditor build assets in the assets build via tools/gulp.config.js and add


ckeditorcustom: {
src: {
scripts: [
"{$config.path.common_src}/ckeditor-custom/build/ckeditor.js"
]
},
dist: {
scripts: "{$config.dist}/plugins/custom/ckeditor/ckeditor-custom.bundle.js"
}
},


Then you can include plugins/custom/ckeditor/ckeditor-custom.bundle.js from the assets folder into your pages to use this custom ckeditor editor in your pages.

Regards.


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(