gpt4 book ai didi

symfony - Symfony 3.1 中的 Bootstrap 表单主题

转载 作者:行者123 更新时间:2023-12-04 13:02:14 24 4
gpt4 key购买 nike

我想知道如何包含一个为 Bootstrap 3 设计的表单主题。这个选项是在 Symfony 2.6 中引入的,但是在 Symfony 3.1 中它被移动或删除了,因为这个解决方案不能正常工作:New in Symfony 2.6: Bootstrap form theme .

当我尝试设置时:

twig:
debug: "%kernel.debug%"
strict_variables: "%kernel.debug%"
form:
resources: ['bootstrap_3_layout.html.twig']

我收到了这条消息:

Fatal error: Uncaught exception 'Symfony\Component\Config\Definition\Exception\InvalidConfigurationException' with message 'Unrecognized option "form" under "twig"' in ...



我知道
{% form_theme form 'bootstrap_3_layout.html.twig' %}

它工作得很好,但我想在配置文件中永久设置这个主题。

最佳答案

我认为配置键已更改。

尝试 :

# app/config/config.yml
twig:
form_themes:
- 'bootstrap_3_layout.html.twig'
# ...

http://symfony.com/doc/current/cookbook/form/form_customization.html#twig

关于symfony - Symfony 3.1 中的 Bootstrap 表单主题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38012156/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com