0
我想在我的表單中包含一個日期選擇器。我覺得這樣的:SonataAdminBundle日期選擇器
twig:
debug: "%kernel.debug%"
strict_variables: "%kernel.debug%"
form_themes:
resources :
- 'SonataCoreBundle::Form:datepicker.html.twig'
但是當我清除緩存我有這樣的信息:
[Symfony的\分量\ CONFIG \定義\異常\ InvalidTypeException]
無效類型路徑「樹枝。 form_themes.resources」。預期的標量,但得到了陣列
我不明白。 你能解釋我嗎? 謝謝
這個答案嘗試:http://stackoverflow.com/questions/14443558/sonata-admin-bundle-datepicker-range?answertab=votes#tab-top刪除 「資源」路徑。 – panche14