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
|
@ -409,6 +409,7 @@ class WysiwygEditor {
|
||||||
directionality : this.textDirection,
|
directionality : this.textDirection,
|
||||||
remove_script_host: false,
|
remove_script_host: false,
|
||||||
document_base_url: window.baseUrl('/'),
|
document_base_url: window.baseUrl('/'),
|
||||||
|
end_container_on_empty_block: true,
|
||||||
statusbar: false,
|
statusbar: false,
|
||||||
menubar: false,
|
menubar: false,
|
||||||
paste_data_images: false,
|
paste_data_images: false,
|
||||||
|
|
Loading…
Reference in New Issue