Version 1
[yaffs-website] / vendor / drupal / console / templates / theme / info.yml.twig
1 name: {{ theme }}
2 type: {{ type }}
3 description: {{ description }}
4 package: {{ package }}
5 core: {{ core }}
6 libraries:
7   - {{ machine_name }}/{{ global_library }}
8
9 base theme: {{ base_theme }}
10 {% if base_theme == 'classy' %}
11 #Using Classy as a base theme https://www.drupal.org/theme-guide/8/classy
12 {% endif %}
13
14 {% if regions %}
15 regions:
16 {% for region in regions %}
17   {{ region.region_machine_name }}: {{ region.region_name }}
18 {% endfor %}
19 {% endif %}