From 215c091c8863427aa09895121b5270c245ccbf85 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 8 Oct 2013 16:08:00 +0200 Subject: [PATCH] Enable ckeditor --- .../var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All | 4 ++++ 1 file changed, 4 insertions(+) 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 4c158b2..9eca449 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 @@ -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__