Enable ckeditor

This commit is contained in:
Daniel Berteaud 2013-10-08 16:08:00 +02:00
parent a21b08a9a4
commit 215c091c88
1 changed files with 4 additions and 0 deletions

View File

@ -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__