Merge pull request #5592 from artoscinote/ma_SCI_8462

Amend TinyMCE defaults [SCI-8462]
This commit is contained in:
artoscinote 2023-08-23 11:21:48 +02:00 committed by GitHub
commit 7f6e26b311
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'