Various fixes in plugins_configs.ser templates

This commit is contained in:
Daniel Berteaud 2013-10-08 18:07:21 +02:00
parent 215c091c88
commit 7720210ebe
1 changed files with 4 additions and 4 deletions

View File

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