Mentions légales du service

Skip to content
Snippets Groups Projects

Resolve "Rework WYSIWYG menu"

Merged VIAUD Nathan requested to merge 379-rework-wysiwyg-menu into main
2 files
+ 2
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -43,10 +43,10 @@ watch(
},
);
const plugins = 'image link lists template code';
const plugins = 'image link lists template code table';
const textPlugins = 'link lists code';
// noinspection SpellCheckingInspection
const toolbar = 'bold italic alignleft aligncenter alignright link image bullist numlist outdent indent template code';
const toolbar = 'link image bullist numlist outdent indent template code table | bold italic strikethrough alignleft aligncenter alignright ';
const textToolbar = 'bold italic link bullist numlist';
const template = `
Loading