Security update to Drupal 8.4.6
[yaffs-website] / web / core / modules / block / tests / modules / block_test / themes / block_test_theme / block_test_theme.info.yml
1 name: 'Block test theme'
2 type: theme
3 description: 'Theme for testing the block system'
4 version: VERSION
5 core: 8.x
6 regions:
7   sidebar_first: 'Left sidebar'
8   sidebar_second: 'Right sidebar'
9   content: Content
10   header: Header
11   footer: Footer
12   highlighted: Highlighted
13   help: Help
14 regions_hidden:
15   - sidebar_first
16   - sidebar_second