This commit is contained in:
Marat Bedoev 2012-12-12 19:30:02 +01:00
parent 2100b9736f
commit a41c6139a7

View File

@ -76,4 +76,8 @@ $aModule = array(
array('group' => 'tinyMcePlugins', 'name' => 'bTinyMCE_visualblocks', 'type' => 'bool', 'value' => true, 'position' => 31),
array('group' => 'tinyMcePlugins', 'name' => 'sTinyMCE_customplugins', 'type' => 'str', 'value' => "", 'position' => 32)
)
);
);
/* to do
* - implement relative_url setting into module settings
*
*/