Askbot add editor_deselector for the staging settings

Askbot introduced the editor_deselector variable for the inplace
editor. Without this setting the site will be broken.

4ed16585ac

Change-Id: I2938651c2d469f1f0a1d11ed294c26117bbbae82
This commit is contained in:
Marton Kiss 2016-08-08 11:14:11 +02:00
parent e4f7448464
commit f5feb0047b
1 changed files with 2 additions and 1 deletions

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'
}