paragraphs-browser-wrapper.html.twig in Paragraphs Browser 8
Default theme implementation for a paragraphs browser wrapper.
Available variables:
- children: Contains the child elements of the paragraphs dropbutton menu.
File
templates/paragraphs-browser-wrapper.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation for a paragraphs browser wrapper.
- *
- * Available variables:
- * - children: Contains the child elements of the paragraphs dropbutton menu.
- *
- * @ingroup themeable
- */
- #}
- {% if children %}
- {% spaceless %}
- <div class="paragraphs-browser-wrapper">
- {{ children }}
- </div>
- {% endspaceless %}
- {% endif %}