Is there a complete list of variables that can be used in form_div_layout.html.twig?

前端 未结 4 695
轮回少年
轮回少年 2021-02-01 10:44

I want to get all the variables available in the Symfony form theme file form_div_layout.html.twig, I read the Symfony official documention and searched on the web, but couldn\'

4条回答
  •  南旧
    南旧 (楼主)
    2021-02-01 10:54

    You can pull all of the ones out of the original file, and only overload the ones that you need:

    vendor/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig
    

提交回复
热议问题