mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-13 00:18:08 +00:00
Enabled modern tinymce table features
This commit is contained in:
parent
8176ca153a
commit
aad22384cb
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue