{
  "apiVersion" : 3,
  "name" : "foundry/logo-grid-block",
  "title" : "Refoundry Logo Grid Block",
  "category" : "layout",
  "attributes" : {
    "imageAlt" : {
      "attribute" : "alt",
      "type" : "string"
    },
    "imageUrl" : {
      "attribute" : "src",
      "type" : "string"
    },
    "imageId" : {
      "type" : "number"
    },
    "url" : {
      "type" : "string"
    },
    "urlTarget" : {
      "type" : "boolean"
    },
    "align" : {
      "type" : "string",
      "default" : "full"
    },
    "linkTarget" : {
      "type" : "string"
    }
  },
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css",
  "usesContext" : [
    "fndry/childPadding",
    "fndry/alignIcon",
    "fndry/justifyIcon",
    "fndry/border"
  ],
  "parent" : [
    "foundry/logo-grid"
  ],
  "supports" : {
    "html" : false
  }
}
