{
  "apiVersion" : 3,
  "name" : "foundry/column-block",
  "title" : "Refoundry Column Block",
  "category" : "layout",
  "attributes" : {
    "width" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "width",
      "default" : {
        "all" : 12
      }
    },
    "padding" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "padding"
    },
    "background" : {
      "type" : "object",
      "default" : {
        "color" : "",
        "images" : []
      }
    },
    "display" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "display"
    },
    "flex" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "flex"
    },
    "align" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "align"
    },
    "justify" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "justify"
    },
    "position" : {
      "type" : "string"
    },
    "border" : {
      "type" : "object"
    },
    "borderRadius" : {
      "type" : "string"
    },
    "parallax" : {
      "type" : "object"
    },
    "boxShadow" : {
      "type" : "string",
      "isFndryId" : true
    },
    "scrollEffect": {
      "type": "string"
    }
  },
  "parent" : [
    "foundry/row-block"
  ],
  "usesContext" : [
    "fndry/columnPadding"
  ],
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css",
  "supports" : {
    "html" : false,
    "anchor" : true,
    "fndry" : [
      "display",
      "parallax",
      "scrollEffects"
    ]
  }
}