Added another front page space for Yaffs info. Added roave security for composer.
[yaffs-website] / web / core / themes / stable / templates / admin / indentation.html.twig
1 {#
2 /**
3  * @file
4  * Theme override for a set of indentation divs.
5  *
6  * These <div> tags are used for drag and drop tables.
7  *
8  * Available variables:
9  * - size: Optional. The number of indentations to create.
10  */
11 #}
12 {% for i in 1..size if size > 0 %}<div class="js-indentation indentation">&nbsp;</div>{% endfor %}