Enable and configure the imagick editor

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

@ -62,6 +62,16 @@ $data->{'index.lucene'} = {
'index_content' => '__true__'
};
$data->{'editor.imagick'} = {
'IM_VIEWER_QUALITY' => '90',
'AJXP_PLUGIN_ENABLED' => '1',
'ONTHEFLY_THRESHOLD' => '3',
'ADDITIONAL_ENV_PATH' => '',
'IM_THUMB_QUALITY' => '65',
'IMAGE_MAGICK_CONVERT' => '/usr/bin/convert',
'UNOCONV' => 'HOME=/var/cache/ooo /usr/bin/unoconv --server 127.0.0.1',
'IM_CUSTOM_OPTIONS' => '-strip'
};
$data = serialize($data);
# PHP::Serialization has now way to

Loading…
Cancel
Save