mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 19:51:01 +08:00
Enable TinyMCE menu bar on mobile [SCI-8221]
This commit is contained in:
parent
3a25d0463e
commit
2eb4c2fd9d
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 = (() => {
|
|||
elementpath: false,
|
||||
quickbars_insert_toolbar: false,
|
||||
default_link_target: '_blank',
|
||||
mobile: {
|
||||
menubar: 'file edit view insert format table'
|
||||
},
|
||||
target_list: [
|
||||
{ title: 'New page', value: '_blank' },
|
||||
{ title: 'Same page', value: '_self' }
|
||||
|
|
Loading…
Reference in a new issue