Update IvoryCKEditorBundle to version 3.x.
The old {{ ckeditor_replace() }}
twig function has been replaced by {{ckeditor_widget() }}
.
[BC] is kept due to a CKEditorExtension, which bridge the old tag {{ckeditor_replace() }}
to the new helper method renderWidget
.
This introduce the new inline
option of CKEditor plugin.
All related changes are available here [IvoryCKEditorUPGRADE] (https://github.com/egeloen/IvoryCKEditorBundle/blob/master/UPGRADE.md#25-to-30)