TinyMCE - Bug on Plugin Page - & Question
- Looks like a bug on TinyMCE plugin example https://preview.keenthemes.com/html/keen/docs/editors/tinymce/plugins
The html starts with
Replies (1)
Hi,
We will fix this issue and update the docs ASAP.
You can use the below JS instead:
const options = {
selector: "#kt_docs_tinymce_plugins",
height : "480",
toolbar: "advlist | autolink | link image | lists charmap | print preview",
plugins : "advlist autolink link image lists charmap print preview"
};
if ( KTThemeMode.getMode() === "dark" ) {
options["skin"] = "oxide-dark";
options["content_css"] = "dark";
}
tinymce.init(options); We will check the new TinyMCE version and update it for Keen soon.
Regards.