mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:41 +01:00
removed the elementspath plugin
This commit is contained in:
parent
11fae97d96
commit
0e79cf6475
@ -628,6 +628,7 @@ class html
|
|||||||
//Only heights with "px" set are supported
|
//Only heights with "px" set are supported
|
||||||
$pxheight = (strpos('px', $_height) === false) ? (empty($_height)?400:$_height) : str_replace('px', '', $_height);
|
$pxheight = (strpos('px', $_height) === false) ? (empty($_height)?400:$_height) : str_replace('px', '', $_height);
|
||||||
$oCKeditor->config['height'] = $pxheight;
|
$oCKeditor->config['height'] = $pxheight;
|
||||||
|
$oCKeditor->config['removePlugins'] = 'elementspath';
|
||||||
|
|
||||||
// By default the editor start expanded
|
// By default the editor start expanded
|
||||||
if ($_options['toolbar_expanded'] == 'false')
|
if ($_options['toolbar_expanded'] == 'false')
|
||||||
|
Loading…
Reference in New Issue
Block a user