Symfony 3 - Ckeditor 包:无法识别的选项 "template, template_parameters"

Symfony 3 - Ckeditor bundle : Unrecognized options "template, template_parameters"

我在 Ivory Bundle Ckeditor 4.0.5

中使用 Symfony 3

我正在使用模板 HTML、here the documentation,但是当我想使用外部模板(最新示例)时遇到问题。

当我使用 html: 'myhtml' 时没问题,但是当我使用时:

template:     'AppBundle:Ckeditor:h2_page.html.twig'
template_parameters:
    type: 'general'

它不起作用,因为我有一个错误:

Unrecognized options "template, template_parameters" under "ivory_ck_editor.templates.templates_perso.templates.0"

我不明白为什么它看起来不对,而文档写的你可以使用它。

好的,我没有注意到有 4.0.6 版,我进行了更新,现在可以使用了!

对不起!