2
更新後,我與作曲家所有束我是有這樣的錯誤:未知「ckeditor_widget」功能
Unknown "ckeditor_widget" function. Did you mean "ckeditor_plugin" in "SonataFormatterBundle:Form:formatter.html.twig" at line 58?
我覺得這是有SonataFormatterBundle
一個問題,這是我的composer.json
"require": {
"php": ">=5.3.9",
"symfony/symfony": "2.8.*",
"egeloen/ckeditor-bundle": "~2.2",
"sonata-project/formatter-bundle": "dev-master",
"sonata-project/page-bundle": "dev-master"
這是在第58行 「SonataFormatterBundle:形態:formatter.html.twig」:
{{ source_id }}_rich_instance = {{
ckeditor_widget(form.children[source_field].vars.id, ckeditor_configuration)
}};
任何想法如何解決這個問題?