mdrop_suite-1.0.0-alpha1/modules/mdrop_suite_layout/mdrop_suite_layout.layouts.yml
modules/mdrop_suite_layout/mdrop_suite_layout.layouts.yml
mdrop_suite_layout_onecol:
label: 'Mdrop Suite - One column with optional top & bottom'
path: layouts/onecol
template: mdrop-suite-layout-onecol
class: '\Drupal\mdrop_suite_layout\Plugin\Layout\MdropSuiteLayoutOneCol'
category: 'Mdrop Suite'
default_region: main
icon_map:
- [top]
- [main]
- [bottom]
regions:
top:
label: Top
main:
label: Main
bottom:
label: Bottom
mdrop_suite_layout_twocols:
label: 'Mdrop Suite - Two columns with optional top & bottom'
path: layouts/twocols
template: mdrop-suite-layout-twocols
class: '\Drupal\mdrop_suite_layout\Plugin\Layout\MdropSuiteLayoutTwoCols'
category: 'Mdrop Suite'
default_region: first
icon_map:
- [top]
- [first, second]
- [bottom]
regions:
top:
label: Top
first:
label: First
second:
label: Second
bottom:
label: Bottom
mdrop_suite_layout_threecols:
label: 'Mdrop Suite - Three columns with optional top & bottom'
path: layouts/threecols
template: mdrop-suite-layout-threecols
class: '\Drupal\mdrop_suite_layout\Plugin\Layout\MdropSuiteLayoutThreeCols'
category: 'Mdrop Suite'
default_region: second
icon_map:
- [top]
- [first, second, third]
- [bottom]
regions:
top:
label: Top
first:
label: First
second:
label: Second
third:
label: Third
bottom:
label: Bottom
mdrop_suite_layout_fourcols:
label: 'Mdrop Suite - Four columns with optional top & bottom'
path: layouts/fourcols
template: mdrop-suite-layout-fourcols
class: '\Drupal\mdrop_suite_layout\Plugin\Layout\MdropSuiteLayoutFourCols'
category: 'Mdrop Suite'
default_region: first
icon_map:
- [top]
- [first, second, third, fourth]
- [bottom]
regions:
top:
label: Top
first:
label: First
second:
label: Second
third:
label: Third
fourth:
label: Fourth
bottom:
label: Bottom
