We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab0ab7 commit ec68d93Copy full SHA for ec68d93
modules/ROOT/examples/live-demos/inline/index.js
@@ -2,6 +2,8 @@ const emailHeaderConfig = {
2
selector: '.tinymce-heading',
3
menubar: false,
4
inline: true,
5
+ toolbar_sticky: true,
6
+ toolbar_sticky_offset: 110,
7
plugins: [
8
'lists',
9
'powerpaste',
@@ -20,6 +22,8 @@ const emailBodyConfig = {
20
22
selector: '.tinymce-body',
21
23
24
25
26
27
28
'link', 'lists', 'powerpaste',
29
'autolink', 'tinymcespellchecker'
0 commit comments