{
  "apiVersion" : 3,
  "name" : "foundry/logo-grid",
  "title" : "Refoundry Logo Grid",
  "category" : "layout",
  "attributes" : {
    "padding" : {
      "type" : "object",
      "responsiveUtilityType" : "padding",
      "default" : {
        "all" : 0
      }
    },
    "grid" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "grid",
      "default" : {
        "all" : 6,
        "md" : 4,
        "sm" : 2
      }
    },
    "gridGap" : {
      "type" : "string",
      "default" : "1rem"
    },
    "backgroundColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "useSlider" : {
      "type" : "boolean",
      "default" : false
    },
    "alignItems" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "align"
    },
    "justifyContent" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "justify"
    },
    "alignIcon" : {
      "type" : "object",
      "responsiveUtilityType" : "align"
    },
    "justifyIcon" : {
      "type" : "object",
      "responsiveUtilityType" : "justify"
    },
    "borderRadius" : {
      "type" : "string"
    },
    "boxShadow" : {
      "type" : "string",
      "isFndryId" : true
    },
    "border" : {
      "type" : "object"
    },
    "innerBlocks": {
      "type": "array"
    },
    "logoMinHeight" : {
      "type" : "object",
      "responsiveUtilityType" : "height"
    }
  },
  "providesContext" : {
    "fndry/childPadding" : "padding",
    "fndry/alignIcon" : "alignIcon",
    "fndry/justifyIcon" : "justifyIcon",
    "fndry/border" : "border"
  },
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css",
  "supports" : {
    "html" : false
  }
}
