{
  "apiVersion" : 3,
  "name" : "foundry/icon-post",
  "title" : "Refoundry Grid Block",
  "category" : "layout",
  "attributes" : {
    "postStyle" : {
      "type" : "string",
      "default" : "icon-style",
      "baseClass" : true,
      "modifier" : true
    },
    "padding" : {
      "type" : "object",
      "responsiveUtilityType" : "padding",
      "default" : {
        "all" : 0
      }
    },
    "grid" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "grid",
      "default" : {
        "all" : 3,
        "med" : 2,
        "sm" : 1
      }
    },
    "backgroundColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "headingLevel" : {
      "type" : "number",
      "default" : 3
    },
    "headingStyle" : {
      "type" : "string"
    },
    "paragraphStyle" : {
      "type" : "string"
    },
    "buttonStyle" : {
      "type" : "string"
    },
    "linkStyle" : {
      "type" : "string",
      "default" : "button"
    },
    "textAlign" : {
      "type" : "string",
      "baseClass" : true,
      "modifier" : true
    },
    "alignIcon" : {
      "type" : "object",
      "responsiveUtilityType" : "align"
    },
    "justifyIcon" : {
      "type" : "object",
      "responsiveUtilityType" : "justify"
    },
    "alignContent" : {
      "type" : "object",
      "responsiveUtilityType" : "align",
      "default" : {
        "all" : "start"
      }
    },
    "justifyContent" : {
      "type" : "object",
      "responsiveUtilityType" : "justify"
    },
    "iconBorderRadius" : {
      "type" : "string"
    },
    "borderRadius" : {
      "type" : "string"
    },
    "boxShadow" : {
      "type" : "string",
      "isFndryId" : true
    },
    "border" : {
      "type" : "object"
    },
    "innerBlocks": {
      "type": "array"
    },
    "imgSizeSlug": {
      "type": "string"
    },
    "imgHeight" : {
      "type" : "object",
      "responsiveUtilityType" : "height"
    }
  },
  "providesContext" : {
    "fndry/childPadding" : "padding",
    "fndry/headingLevel" : "headingLevel",
    "fndry/headingStyle" : "headingStyle",
    "fndry/paragraphStyle" : "paragraphStyle",
    "fndry/buttonStyle" : "buttonStyle",
    "fndry/linkStyle" : "linkStyle",
    "fndry/alignIcon" : "alignIcon",
    "fndry/justifyIcon" : "justifyIcon",
    "fndry/alignContent" : "alignContent",
    "fndry/justifyContent" : "justifyContent",
    "fndry/boxShadow" : "boxShadow",
    "fndry/imgSizeSlug" : "imgSizeSlug",
    "fndry/imgHeight" : "imgHeight"
  },
  "parent" : [
    "foundry/container-block",
    "foundry/column-block"
  ],
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css",
  "supports" : {
    "html" : false
  }
}
