mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
Merge pull request #5592 from artoscinote/ma_SCI_8462
Amend TinyMCE defaults [SCI-8462]
This commit is contained in:
commit
7f6e26b311
1 changed files with 3 additions and 0 deletions
3
app/javascript/packs/tiny_mce.js
vendored
3
app/javascript/packs/tiny_mce.js
vendored
|
@ -247,6 +247,9 @@ window.TinyMCE = (() => {
|
|||
object_resizing: true,
|
||||
elementpath: false,
|
||||
quickbars_insert_toolbar: false,
|
||||
default_link_target: '_blank',
|
||||
toolbar_mode: 'sliding',
|
||||
color_default_background: 'yellow',
|
||||
link_default_target: 'external',
|
||||
mobile: {
|
||||
menubar: 'file edit view insert format table'
|
||||
|
|
Loading…
Reference in a new issue