Karl Kemister-Sheppard
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
4 deletions
-
modules/ROOT/examples/live-demos/inline/index.js
|
|
@ -2,8 +2,6 @@ const emailHeaderConfig = { |
|
|
|
selector: '.tinymce-heading', |
|
|
|
menubar: false, |
|
|
|
inline: true, |
|
|
|
toolbar_sticky: true, |
|
|
|
toolbar_sticky_offset: 110, |
|
|
|
plugins: [ |
|
|
|
'lists', |
|
|
|
'powerpaste', |
|
|
@ -22,8 +20,6 @@ const emailBodyConfig = { |
|
|
|
selector: '.tinymce-body', |
|
|
|
menubar: false, |
|
|
|
inline: true, |
|
|
|
toolbar_sticky: true, |
|
|
|
toolbar_sticky_offset: 110, |
|
|
|
plugins: [ |
|
|
|
'link', 'lists', 'powerpaste', |
|
|
|
'autolink', 'tinymcespellchecker' |
|
|
|