I want to include a datepicker in my form. I find this :
twig:
debug: "%kernel.debug%"
strict_variables: "%kernel.debug%"
form_themes:
resources :
- 'SonataCoreBundle::Form:datepicker.html.twig'
but when I clear the cache i have this message :
[Symfony\Component\Config\Definition\Exception\InvalidTypeException]
Invalid type for path "twig.form_themes.resources". Expected scalar, but got array
I dont understand. Can you explain me please. Thank you