Fix inline images no longer working with tinyMCE

This commit is contained in:
Hadi Nategh 2018-12-20 12:38:13 +01:00
parent 38a909afbe
commit 844730a870

View File

@ -133,6 +133,7 @@ var et2_htmlarea = (function(){ "use strict"; return et2_editableWidget.extend([
height: this.options.height,
width: this.options.width,
min_height: 100,
convert_urls: false,
language: et2_htmlarea.LANGUAGE_CODE[egw.preference('lang', 'common')],
paste_data_images: true,
browser_spellcheck: true,