Mercurial > hg > cmmr2012-drupal-site
annotate 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 |
rev | line source |
---|---|
Chris@5 | 1 layout_twocol_section: |
Chris@5 | 2 label: 'Two column' |
Chris@5 | 3 path: layouts/twocol_section |
Chris@5 | 4 template: layout--twocol-section |
Chris@5 | 5 library: layout_builder/twocol_section |
Chris@5 | 6 class: '\Drupal\layout_builder\Plugin\Layout\TwoColumnLayout' |
Chris@5 | 7 category: 'Columns: 2' |
Chris@5 | 8 default_region: first |
Chris@5 | 9 icon_map: |
Chris@5 | 10 - [first, second] |
Chris@5 | 11 regions: |
Chris@5 | 12 first: |
Chris@5 | 13 label: First |
Chris@5 | 14 second: |
Chris@5 | 15 label: Second |
Chris@5 | 16 |
Chris@5 | 17 layout_threecol_section: |
Chris@5 | 18 label: 'Three column' |
Chris@5 | 19 path: layouts/threecol_section |
Chris@5 | 20 template: layout--threecol-section |
Chris@5 | 21 library: layout_builder/threecol_section |
Chris@5 | 22 class: '\Drupal\layout_builder\Plugin\Layout\ThreeColumnLayout' |
Chris@5 | 23 category: 'Columns: 3' |
Chris@5 | 24 default_region: second |
Chris@5 | 25 icon_map: |
Chris@5 | 26 - [first, second, third] |
Chris@5 | 27 regions: |
Chris@5 | 28 first: |
Chris@5 | 29 label: First |
Chris@5 | 30 second: |
Chris@5 | 31 label: Second |
Chris@5 | 32 third: |
Chris@5 | 33 label: Third |
Chris@5 | 34 |
Chris@5 | 35 layout_fourcol_section: |
Chris@5 | 36 label: 'Four column' |
Chris@5 | 37 path: layouts/fourcol_section |
Chris@5 | 38 template: layout--fourcol-section |
Chris@5 | 39 library: layout_builder/fourcol_section |
Chris@5 | 40 category: 'Columns: 4' |
Chris@5 | 41 default_region: first |
Chris@5 | 42 icon_map: |
Chris@5 | 43 - [first, second, third, fourth] |
Chris@5 | 44 regions: |
Chris@5 | 45 first: |
Chris@5 | 46 label: First |
Chris@5 | 47 second: |
Chris@5 | 48 label: Second |
Chris@5 | 49 third: |
Chris@5 | 50 label: Third |
Chris@5 | 51 fourth: |
Chris@5 | 52 label: Fourth |