]> BookStack Code Mirror - bookstack/commitdiff
Enabled modern tinymce table features 3580/head
authorDan Brown <redacted>
Sat, 23 Jul 2022 10:32:26 +0000 (11:32 +0100)
committerDan Brown <redacted>
Sat, 23 Jul 2022 10:32:26 +0000 (11:32 +0100)
resources/js/wysiwyg/config.js

index 49d2add77cd1ad76d146baf4d386a40c4d7dd99b..66c22d98eac74991fece09f56a0619378f9a5a71 100644 (file)
@@ -246,8 +246,8 @@ export function build(options) {
         media_alt_source: false,
         media_poster: false,
         formats,
         media_alt_source: false,
         media_poster: false,
         formats,
-        table_style_by_css: false,
-        table_use_colgroups: false,
+        table_style_by_css: true,
+        table_use_colgroups: true,
         file_picker_types: 'file image',
         file_picker_callback,
         paste_preprocess(plugin, args) {
         file_picker_types: 'file image',
         file_picker_callback,
         paste_preprocess(plugin, args) {