Enabled modern tinymce table features

This commit is contained in:
Dan Brown 2022-07-23 11:32:26 +01:00
parent 8176ca153a
commit aad22384cb
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -246,8 +246,8 @@ export function build(options) {
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) {