Skip to content
Snippets Groups Projects
Commit 24b606ca authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-4837: fixing 4 column layout, had extra single quote when defing the layout

parent c0d4a663
No related branches found
No related tags found
1 merge request!97Feature/istwcms 4837 ebremner layouts
...@@ -70,12 +70,12 @@ uw_4_column: ...@@ -70,12 +70,12 @@ uw_4_column:
- [first, second, third, fourth] - [first, second, third, fourth]
column_options: column_options:
columns: columns:
even-split': 'Even split (25%, 25%, 25%, 25%)' even-split: 'Even split (25%, 25%, 25%, 25%)'
larger-left': 'Larger left (50%, 16.67%, 16.67%, 16.67%)' larger-left: 'Larger left (50%, 16.67%, 16.67%, 16.67%)'
larger-second': 'Larger second (16.67%, 50%, 16.67%, 16.67%)' larger-second: 'Larger second (16.67%, 50%, 16.67%, 16.67%)'
larger-third': 'Larger third (16.67%, 16.67%, 50%, 16.67%)' larger-third: 'Larger third (16.67%, 16.67%, 50%, 16.67%)'
larger-right': 'Larger right (16.67%, 16.67%, 16.67%, 50%)' larger-right: 'Larger right (16.67%, 16.67%, 16.67%, 50%)'
legacy-23-27-27-23': 'Legacy (23%, 27%, 27%, 23%)' legacy-23-27-27-23: 'Legacy (23%, 27%, 27%, 23%)'
default: 'even-split' default: 'even-split'
uw_5_column: uw_5_column:
label: 'Five columns' label: 'Five columns'
......
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