Initial Drupal 11 with DDEV setup
This commit is contained in:
14
web/core/modules/system/templates/indentation.html.twig
Normal file
14
web/core/modules/system/templates/indentation.html.twig
Normal file
@ -0,0 +1,14 @@
|
||||
{#
|
||||
/**
|
||||
* @file
|
||||
* Default theme implementation for a set of indentation divs.
|
||||
*
|
||||
* These <div> tags are used for drag and drop tables.
|
||||
*
|
||||
* Available variables:
|
||||
* - size: Optional. The number of indentations to create.
|
||||
*
|
||||
* @ingroup themeable
|
||||
*/
|
||||
#}
|
||||
{% if size > 0 %}{% for i in 1..size %}<div class="js-indentation indentation"> </div>{% endfor %}{% endif %}
|
||||
Reference in New Issue
Block a user