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:
Dan Brown 2018-09-23 14:07:50 +01:00
parent b62afcad1f
commit 93f820d9da
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -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,