mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
we set allowedContent to true as the 4.1 contentFiltering system allows only activated features as content
This commit is contained in:
parent
c2667accee
commit
bec51776a4
@ -212,6 +212,8 @@ class egw_ckeditor_config
|
||||
$config['entities_latin'] = false;
|
||||
$config['editingBlock'] = true;
|
||||
$config['disableNativeSpellChecker'] = true;
|
||||
// we set allowedContent to true as the 4.1 contentFiltering system allows only activated features as content
|
||||
$config['allowedContent'] = true;
|
||||
|
||||
$config['removePlugins'] = 'elementspath';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user