Updated TinyMCE config to end containers on empty blocks
Makes it easier to escape out of blockquote sections. Fixes #961
This commit is contained in:
parent
b62afcad1f
commit
93f820d9da
1 changed files with 1 additions and 0 deletions
|
@ -409,6 +409,7 @@ class WysiwygEditor {
|
|||
directionality : this.textDirection,
|
||||
remove_script_host: false,
|
||||
document_base_url: window.baseUrl('/'),
|
||||
end_container_on_empty_block: true,
|
||||
statusbar: false,
|
||||
menubar: false,
|
||||
paste_data_images: false,
|
||||
|
|
Loading…
Reference in a new issue