Skip to content

Commit

Permalink
RTE: Toolbar Should Not Be Sticky
Browse files Browse the repository at this point in the history
See:
  • Loading branch information
kergomard committed Nov 12, 2024
1 parent 4fcfa83 commit af3713b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Services/RTE/templates/default/tpl.tinymce.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ tinymce.init({
<!-- END initial_width -->
menubar: false,
toolbar: "{BUTTONS_1} {BUTTONS_2} {BUTTONS_3}",
toolbar_sticky: true,
toolbar_persist: true,
toolbar_mode: 'wrap',
valid_elements: "{VALID_ELEMENTS}",
image_advtab: false,
Expand Down
1 change: 1 addition & 0 deletions Services/RTE/templates/default/tpl.tinymce_frm_post.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ tinymce.init({
menubar: false,
toolbar: "{BUTTONS_1} {BUTTONS_2} {BUTTONS_3}",
toolbar_sticky: true,
toolbar_persist: true,
toolbar_mode: 'wrap',
image_advtab: true,
image_title: true,
Expand Down
1 change: 1 addition & 0 deletions Services/RTE/templates/default/tpl.usereditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tinymce.init({
plugins: "save",
fix_list_elements: true,
block_formats: "{BLOCKFORMATS}",
toolbar_persist: true,
toolbar_location: "top",
toolbar_align: "left",
path_location: "bottom",
Expand Down

0 comments on commit af3713b

Please sign in to comment.