libreccm-legacy/ccm-cms/web/assets/tinymce/tinymce_cms_config.js

10 lines
397 B
JavaScript

tinymce.init({
plugins:
"ccmcmsimages code lists nonbreaking noneditable paste searchreplace table template visualblocks wordcount",
selector: ".tinymce",
templates: [],
content_css: ["./editor.css"],
toolbar:
"undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | numlist bullist | outdent indent | ccm-cms-images-button"
});