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