mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
allow to configure more custom options for tinymce
This commit is contained in:
parent
821f206962
commit
d515ec7100
@ -536,7 +536,10 @@ class html
|
||||
$tab2a .= ',separator,insertdate,inserttime';
|
||||
break;
|
||||
default:
|
||||
// echo $plugin .'<br>';
|
||||
if(strstr($plugin,'='))
|
||||
{
|
||||
$init .= ','. str_replace('=',':',$plugin);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user