1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Enabled modern tinymce table features

This commit is contained in:
Dan Brown
2022-07-23 11:32:26 +01:00
parent 8176ca153a
commit aad22384cb

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) {