diff --git a/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All b/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All index 9eca449..a3ddbc0 100644 --- a/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All +++ b/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'} = { - '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);