mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-10 08:21:37 +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,
|
elementpath: false,
|
||||||
quickbars_insert_toolbar: false,
|
quickbars_insert_toolbar: false,
|
||||||
default_link_target: '_blank',
|
default_link_target: '_blank',
|
||||||
|
mobile: {
|
||||||
|
menubar: 'file edit view insert format table'
|
||||||
|
},
|
||||||
target_list: [
|
target_list: [
|
||||||
{ title: 'New page', value: '_blank' },
|
{ title: 'New page', value: '_blank' },
|
||||||
{ title: 'Same page', value: '_self' }
|
{ title: 'Same page', value: '_self' }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue