Enable ckeditor

tags/0.1.9
Daniel Berteaud 11 years ago
parent a21b08a9a4
commit 215c091c88
  1. 4
      root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All

@ -73,6 +73,10 @@ $data->{'editor.imagick'} = {
'IM_CUSTOM_OPTIONS' => '-strip'
};
$data{'editor.ckeditor'} = {
'AJXP_PLUGIN_ENABLED' => '1'
};
$data = serialize($data);
# PHP::Serialization has now way to
# represent a boolean, so lets replace __true__

Loading…
Cancel
Save