Skip to content
Snippets Groups Projects
Commit 3ed3caf5 authored by Kevin Paxman's avatar Kevin Paxman Committed by Eric Bremner
Browse files

ISTWCMS-4223: add options for additional column widths. Not sure why default...

ISTWCMS-4223: add options for additional column widths. Not sure why default choice code isn't working - must check later.
parent bc5c14c1
No related branches found
No related tags found
1 merge request!16istwcms-4223: more column widths
...@@ -5,6 +5,6 @@ id: uw_lbs_carousel_1_item ...@@ -5,6 +5,6 @@ id: uw_lbs_carousel_1_item
label: 'Carousel - 1 item' label: 'Carousel - 1 item'
classes: uw-carousel--one-item classes: uw-carousel--one-item
type: component type: component
weight: 0 weight: -10
block_restrictions: block_restrictions:
- 'inline_block:uw_cbl_facts_and_figures' - 'inline_block:uw_cbl_facts_and_figures'
...@@ -5,6 +5,6 @@ id: uw_lbs_carousel_2_items ...@@ -5,6 +5,6 @@ id: uw_lbs_carousel_2_items
label: 'Carousel - 2 items' label: 'Carousel - 2 items'
classes: uw-carousel--two-items classes: uw-carousel--two-items
type: component type: component
weight: 0 weight: -9
block_restrictions: block_restrictions:
- 'inline_block:uw_cbl_facts_and_figures' - 'inline_block:uw_cbl_facts_and_figures'
...@@ -5,6 +5,6 @@ id: uw_lbs_carousel_3_items ...@@ -5,6 +5,6 @@ id: uw_lbs_carousel_3_items
label: 'Carousel - 3 items' label: 'Carousel - 3 items'
classes: uw-carousel--three-items classes: uw-carousel--three-items
type: component type: component
weight: 0 weight: -8
block_restrictions: block_restrictions:
- 'inline_block:uw_cbl_facts_and_figures' - 'inline_block:uw_cbl_facts_and_figures'
...@@ -5,6 +5,6 @@ id: uw_lbs_carousel_4_items ...@@ -5,6 +5,6 @@ id: uw_lbs_carousel_4_items
label: 'Carousel - 4 items' label: 'Carousel - 4 items'
classes: uw-carousel--four-items classes: uw-carousel--four-items
type: component type: component
weight: 0 weight: -7
block_restrictions: block_restrictions:
- 'inline_block:uw_cbl_facts_and_figures' - 'inline_block:uw_cbl_facts_and_figures'
...@@ -2,10 +2,10 @@ langcode: en ...@@ -2,10 +2,10 @@ langcode: en
status: true status: true
dependencies: { } dependencies: { }
id: uw_lbs_contained_width id: uw_lbs_contained_width
label: 'Contained width' label: 'Extra-wide contained width'
classes: uw-contained-width classes: uw-contained-width
type: section type: section
weight: 0 weight: -4
block_restrictions: block_restrictions:
- 'inline_block:uw_cbl_call_to_action' - 'inline_block:uw_cbl_call_to_action'
- 'inline_block:uw_cbl_copy_text' - 'inline_block:uw_cbl_copy_text'
......
langcode: en
status: true
dependencies: { }
id: uw_lbs_contained_width_narrow
label: 'Narrow contained width'
classes: "uw-contained-width\r\nuw-contained-width--narrow"
type: section
weight: -6
block_restrictions: { }
langcode: en
status: true
dependencies: { }
id: uw_lbs_contained_width_wide
label: 'Wide contained width'
classes: "uw-contained-width\r\nuw-contained-width--wide"
type: section
weight: -5
block_restrictions: { }
...@@ -5,7 +5,7 @@ id: uw_lbs_full_width ...@@ -5,7 +5,7 @@ id: uw_lbs_full_width
label: 'Full width' label: 'Full width'
classes: uw-full-width classes: uw-full-width
type: section type: section
weight: 0 weight: -3
block_restrictions: block_restrictions:
- 'inline_block:uw_cbl_call_to_action' - 'inline_block:uw_cbl_call_to_action'
- 'inline_block:uw_cbl_copy_text' - 'inline_block:uw_cbl_copy_text'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment