Pull merge.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / yml / theme-info.twig
1 name: {{ name }}
2 type: theme
3 base theme: {{ base_theme }}
4 description: {{ description }}
5 package: {{ package }}
6 core: 8.x
7 libraries:
8   - {{ machine_name }}/global
9 regions:
10   header: 'Header'
11   primary_menu: 'Primary menu'
12   secondary_menu: 'Secondary menu'
13   page_top: 'Page top'
14   page_bottom: 'Page bottom'
15   featured: 'Featured'
16   breadcrumb: 'Breadcrumb'
17   content: 'Content'
18   sidebar_first: 'Sidebar first'
19   sidebar_second: 'Sidebar second'
20   footer: 'Footer'