Yaffs site version 1.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 {% if libraries %}
9 {% for library in libraries %}
10   - {{ machine_name }}/{{ library.library_name }}
11 {% endfor %}
12 {% endif %} 
13 base theme: {{ base_theme }}
14 {% if base_theme == 'classy' %}
15 #Using Classy as a base theme https://www.drupal.org/theme-guide/8/classy
16 {% endif %}
17
18 {% if regions %}
19 regions:
20 {% for region in regions %}
21   {{ region.region_machine_name }}: {{ region.region_name }}
22 {% endfor %}
23 {% endif %}