Commit 17c405ae authored by Abdullah Yassin's avatar Abdullah Yassin
Browse files

Issue #3305766: Change component description and md default classes

parent 9eea2529
Loading
Loading
Loading
Loading
+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.
@@ -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"
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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",
};