Loading src/components/templates/layout/3ColumnsLayout/threeColumnsLayout.config.yml +6 −6 Original line number Diff line number Diff line title: "Templates/3 Columns Layout" description: component: "three column layout component." component: "3 column layout component." ## Canvas height height: 350 height: 200 ## row settings row: description: boolean default: false default: true table: category: fields ## Column settings container: description: boolean default: false default: true table: category: fields ## Column 1 content settings. Loading @@ -38,7 +38,7 @@ desktop_columns_size: description: "Bootstrap grid classes" table: category: "settings" default: "col-6" default: "col-4" options: "33% - 33% - 33%": "33_33_33" "50% - 25% - 25%": "50_25_25" Loading @@ -49,7 +49,7 @@ tablet_columns_size: description: "Bootstrap grid classes" table: category: "settings" default: "col-12" default: "col-4" options: "33% - 33% - 33%": "33_33_33" "100% - 100% - 100%": "100_100_100" Loading src/components/templates/layout/3ColumnsLayout/threeColumnsLayout.story.js +1 −1 Original line number Diff line number Diff line Loading @@ -116,6 +116,6 @@ _3ColumnsLayout.args = { columnTwoContent: "Column two content", columnThreeContent: "Column three content", desktopColumnsSize: "33_33_33", tabletColumnsSize: "100_100_100", tabletColumnsSize: "33_33_33", mobileColumnsSize: "100_100_100", }; Loading
src/components/templates/layout/3ColumnsLayout/threeColumnsLayout.config.yml +6 −6 Original line number Diff line number Diff line title: "Templates/3 Columns Layout" description: component: "three column layout component." component: "3 column layout component." ## Canvas height height: 350 height: 200 ## row settings row: description: boolean default: false default: true table: category: fields ## Column settings container: description: boolean default: false default: true table: category: fields ## Column 1 content settings. Loading @@ -38,7 +38,7 @@ desktop_columns_size: description: "Bootstrap grid classes" table: category: "settings" default: "col-6" default: "col-4" options: "33% - 33% - 33%": "33_33_33" "50% - 25% - 25%": "50_25_25" Loading @@ -49,7 +49,7 @@ tablet_columns_size: description: "Bootstrap grid classes" table: category: "settings" default: "col-12" default: "col-4" options: "33% - 33% - 33%": "33_33_33" "100% - 100% - 100%": "100_100_100" Loading
src/components/templates/layout/3ColumnsLayout/threeColumnsLayout.story.js +1 −1 Original line number Diff line number Diff line Loading @@ -116,6 +116,6 @@ _3ColumnsLayout.args = { columnTwoContent: "Column two content", columnThreeContent: "Column three content", desktopColumnsSize: "33_33_33", tabletColumnsSize: "100_100_100", tabletColumnsSize: "33_33_33", mobileColumnsSize: "100_100_100", };