Various fixes in plugins_configs.ser templates

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

@ -47,7 +47,7 @@ $data->{'core.notifications'} = {
}; };
$data->{'action.powerfs'} = { $data->{'action.powerfs'} = {
'AJXP_PLUGIN_ENABLED' => '1' 'AJXP_PLUGIN_ENABLED' => '__true__'
}; };
$data->{'index.lucene'} = { $data->{'index.lucene'} = {
@ -64,7 +64,7 @@ $data->{'index.lucene'} = {
$data->{'editor.imagick'} = { $data->{'editor.imagick'} = {
'IM_VIEWER_QUALITY' => '90', 'IM_VIEWER_QUALITY' => '90',
'AJXP_PLUGIN_ENABLED' => '1', 'AJXP_PLUGIN_ENABLED' => '__true__',
'ONTHEFLY_THRESHOLD' => '3', 'ONTHEFLY_THRESHOLD' => '3',
'ADDITIONAL_ENV_PATH' => '', 'ADDITIONAL_ENV_PATH' => '',
'IM_THUMB_QUALITY' => '65', 'IM_THUMB_QUALITY' => '65',
@ -73,8 +73,8 @@ $data->{'editor.imagick'} = {
'IM_CUSTOM_OPTIONS' => '-strip' 'IM_CUSTOM_OPTIONS' => '-strip'
}; };
$data{'editor.ckeditor'} = { $data->{'editor.ckeditor'} = {
'AJXP_PLUGIN_ENABLED' => '1' 'AJXP_PLUGIN_ENABLED' => '__true__'
}; };
$data = serialize($data); $data = serialize($data);

Loading…
Cancel
Save