我正在尝试在Symfony 2.7.5项目中使用Bootstrap表单主题
我将此添加到我的app / config.yml
Twig配置树枝:
form: resources: ['bootstrap_3_layout.html.twig'] # resources: ['bootstrap_3_horizontal_layout.html.twig']
但我的表格没有改变。有什么东西可以覆盖这个主题吗?
答案 0 :(得分:0)
你做完了吗
twig:
form:
resources: ['bootstrap_3_layout.html.twig']
或只是
form:
resources: ['bootstrap_3_layout.html.twig']
因为你必须先做。
答案 1 :(得分:0)
使用:
twig:
debug: "%kernel.debug%"
strict_variables: "%kernel.debug%"
form:
resources: ['bootstrap_3_layout.html.twig']
# resources: ['bootstrap_3_horizontal_layout.html.twig']