mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-08 07:21:03 +08:00
Amend TinyMCE defaults [SCI-8462]
This commit is contained in:
parent
75a70ec080
commit
c741b5ac56
1 changed files with 2 additions and 0 deletions
2
app/javascript/packs/tiny_mce.js
vendored
2
app/javascript/packs/tiny_mce.js
vendored
|
|
@ -247,6 +247,8 @@ window.TinyMCE = (() => {
|
|||
elementpath: false,
|
||||
quickbars_insert_toolbar: false,
|
||||
default_link_target: '_blank',
|
||||
toolbar_mode: 'sliding',
|
||||
color_default_background: 'yellow',
|
||||
mobile: {
|
||||
menubar: 'file edit view insert format table'
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue