mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix inline images no longer working with tinyMCE
This commit is contained in:
parent
38a909afbe
commit
844730a870
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user