Merge "Askbot add editor_deselector for the staging settings"

This commit is contained in:
Jenkins 2016-12-08 18:51:27 +00:00 committed by Gerrit Code Review
commit 70a3595247

View File

@ -356,7 +356,8 @@ TINYMCE_DEFAULT_CONFIG = {
'theme_advanced_resizing': True,
'theme_advanced_resize_horizontal': False,
'theme_advanced_statusbar_location': 'bottom',
'width': '730',
'editor_deselector': 'mceNoEditor',
'width': '100%',
'height': '250'
}