Something went wrong on our end
-
Eric Bremner authoredEric Bremner authored
uw_cfg_common.layouts.yml 2.87 KiB
uw_1_column:
label: 'One column'
category: 'UW layouts'
library: uw_cfg_common/uw_layout_1_col
template: layouts/uw-1-col/layout--uw-1-col
default_region: first
regions:
first:
label: One
icon_map:
- [first]
uw_2_column:
label: 'Two columns'
category: 'UW layouts'
class: '\Drupal\uw_cfg_common\Plugin\Layout\Uw2ColumnLayout'
library: uw_cfg_common/uw_layout_2_col
template: layouts/uw-2-col/layout--uw-2-col
default_region: first
regions:
first:
label: First
second:
label: Second
icon_map:
- [first, second]
uw_3_column:
label: 'Three columns'
category: 'UW layouts'
class: '\Drupal\uw_cfg_common\Plugin\Layout\Uw3ColumnLayout'
library: uw_cfg_common/uw_layout_3_col
template: layouts/uw-3-col/layout--uw-3-col
default_region: first
regions:
first:
label: First
second:
label: Second
third:
label: Third
icon_map:
- [first, second, third]
uw_4_column:
label: 'Four columns'
category: 'UW layouts'
class: '\Drupal\uw_cfg_common\Plugin\Layout\Uw4ColumnLayout'
library: uw_cfg_common/uw_layout_4_col
template: layouts/uw-4-col/layout--uw-4-col
default_region: first
regions:
first:
label: First
second:
label: Second
third:
label: Third
fourth:
label: Fourth
icon_map:
- [first, second, third, fourth]
uw_5_column:
label: 'Five columns'
category: 'UW layouts'
class: '\Drupal\uw_cfg_common\Plugin\Layout\Uw5ColumnLayout'
library: uw_cfg_common/uw_layout_5_col
template: layouts/uw-5-col/layout--uw-5-col
default_region: first
regions:
first:
label: First
second:
label: Second
third:
label: Third
fourth:
label: Fourth
fifth:
label: Fifth
icon_map:
- [first, second, third, fourth, fifth]
uw_inverted_l_right:
label: 'Inverted "L" - right'
category: 'UW layouts'
class: '\Drupal\uw_cfg_common\Plugin\Layout\UwInvertedLRightLayout'
library: uw_cfg_common/uw_layout_inverted_l_right
template: layouts/uw-inverted-l-right/layout--uw-inverted-l-right
default_region: first
regions:
first:
label: First
second:
label: Second
third:
label: Third
fourth:
label: Fourth
icon_map:
- [first, second, fourth]
- [third, third, fourth]
uw_inverted_l_left:
label: 'Inverted "L" - left'
category: 'UW layouts'
class: '\Drupal\uw_cfg_common\Plugin\Layout\UwInvertedLLeftLayout'
library: uw_cfg_common/uw_layout_inverted_l_left
template: layouts/uw-inverted-l-left/layout--uw-inverted-l-left
default_region: first
regions:
first:
label: First
second:
label: Second
third:
label: Third
fourth:
label: Fourth
icon_map:
- [first, second, third]
- [first, fourth, fourth]