Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/layout_builder/layout_builder.layouts.yml @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
1 layout_twocol_section: | |
2 label: 'Two column' | |
3 path: layouts/twocol_section | |
4 template: layout--twocol-section | |
5 library: layout_builder/twocol_section | |
6 class: '\Drupal\layout_builder\Plugin\Layout\TwoColumnLayout' | |
7 category: 'Columns: 2' | |
8 default_region: first | |
9 icon_map: | |
10 - [first, second] | |
11 regions: | |
12 first: | |
13 label: First | |
14 second: | |
15 label: Second | |
16 | |
17 layout_threecol_section: | |
18 label: 'Three column' | |
19 path: layouts/threecol_section | |
20 template: layout--threecol-section | |
21 library: layout_builder/threecol_section | |
22 class: '\Drupal\layout_builder\Plugin\Layout\ThreeColumnLayout' | |
23 category: 'Columns: 3' | |
24 default_region: second | |
25 icon_map: | |
26 - [first, second, third] | |
27 regions: | |
28 first: | |
29 label: First | |
30 second: | |
31 label: Second | |
32 third: | |
33 label: Third | |
34 | |
35 layout_fourcol_section: | |
36 label: 'Four column' | |
37 path: layouts/fourcol_section | |
38 template: layout--fourcol-section | |
39 library: layout_builder/fourcol_section | |
40 category: 'Columns: 4' | |
41 default_region: first | |
42 icon_map: | |
43 - [first, second, third, fourth] | |
44 regions: | |
45 first: | |
46 label: First | |
47 second: | |
48 label: Second | |
49 third: | |
50 label: Third | |
51 fourth: | |
52 label: Fourth |