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 ec68d93 commit 603bf10Copy full SHA for 603bf10
modules/ROOT/examples/live-demos/inline/index.js
@@ -2,8 +2,6 @@ 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',
@@ -22,8 +20,6 @@ const emailBodyConfig = {
22
20
selector: '.tinymce-body',
23
21
24
25
26
27
28
'link', 'lists', 'powerpaste',
29
'autolink', 'tinymcespellchecker'
0 commit comments