{
  "apiVersion" : 3,
  "name" : "foundry/icon-post-block",
  "title" : "Refoundry Icon Post Block",
  "category" : "layout",
  "attributes" : {
    "imageId" : {
      "type" : "number"
    },
    "imageAlt" : {
      "type" : "string",
      "attribute" : "alt"
    },
    "imageUrl" : {
      "type" : "string",
      "attribute" : "src"
    },
    "url" : {
      "type" : "string"
    },
    "linkTarget" : {
      "type" : "string"
    }
  },
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css",
  "usesContext" : [
    "fndry/childPadding",
    "fndry/gridWidth",
    "fndry/linkStyle",
    "fndry/alignIcon",
    "fndry/justifyIcon",
    "fndry/alignContent",
    "fndry/justifyContent",
    "fndry/boxShadow",
    "fndry/imgSizeSlug",
    "fndry/imgHeight"
  ],
  "parent" : [
    "foundry/icon-post"
  ],
  "supports" : {
    "html" : false
  }
}