mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +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,
|
height: this.options.height,
|
||||||
width: this.options.width,
|
width: this.options.width,
|
||||||
min_height: 100,
|
min_height: 100,
|
||||||
|
convert_urls: false,
|
||||||
language: et2_htmlarea.LANGUAGE_CODE[egw.preference('lang', 'common')],
|
language: et2_htmlarea.LANGUAGE_CODE[egw.preference('lang', 'common')],
|
||||||
paste_data_images: true,
|
paste_data_images: true,
|
||||||
browser_spellcheck: true,
|
browser_spellcheck: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user