Upgraded imagemagick and manually altered pdf to image module to handle changes....
[yaffs-website] / web / modules / contrib / paragraphs / templates / paragraphs-dropbutton-wrapper.html.twig
1 {#
2 /**
3  * @file
4  * Default theme implementation for a paragraphs dropbutton wrapper.
5  *
6  * Available variables:
7  * - children: Contains the child elements of the paragraphs dropbutton menu.
8  *
9  * @see template_preprocess()
10  * @see template_preprocess_paragraphs_dropbutton_wrapper()
11  *
12  * @ingroup themeable
13  */
14 #}
15 {% if children %}
16   {% spaceless %}
17     <div class="paragraphs-dropbutton-wrapper">
18       {{ children }}
19     </div>
20   {% endspaceless %}
21 {% endif %}