custom/plugins/MoorlForms/src/Resources/views/plugin/moorl-fb/component/element/section.html.twig line 1

Open in your IDE?
  1. {% set wrappedContent %}
  2.     {% for treeItem in children %}
  3.         {% sw_include "@MoorlForms/plugin/moorl-fb/component/element/#{treeItem.element.type}.html.twig" ignore missing with {
  4.             element: treeItem.element,
  5.             children: treeItem.children
  6.         } %}
  7.     {% endfor %}
  8. {% endset %}
  9. {% sw_include "@MoorlForms/plugin/moorl-fb/component/wrapper/wrapper.html.twig" with {
  10.     wrappedContent: wrappedContent,
  11.     sectionClasses: []
  12. } %}