From 7720210ebe132d03fd2b79c3e984688691a3b516 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 8 Oct 2013 18:07:21 +0200 Subject: [PATCH] Various fixes in plugins_configs.ser templates --- .../lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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);