{
  "apiVersion" : 3,
  "name" : "foundry/container-block",
  "title" : "Refoundry Container Block",
  "category" : "layout",
  "attributes" : {
    "fullWidth" : {
      "type" : "boolean",
      "default" : false,
      "baseClass" : true,
      "value" : "full",
      "modifier" : true
    },
    "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"
    },
    "padding" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "padding"
    },
    "margin" : {
      "type" : "object",
      "responsiveUtilityType" : "margin",
      "baseClass" : true
    },
    "positionProps" : {
      "type" : "object"
    },
    "custom" : {
      "type" : "string"
    },
    "borderRadius" : {
      "type" : "string"
    },
    "border" : {
      "type" : "object",
      "responsiveUtilityType" : "border"
    },
    "width" : {
      "type" : "string"
    },
    "boxShadow" : {
      "type" : "string",
      "isFndryId" : true
    },
    "overflow" : {
      "type" : "string"
    },
    "parallax" : {
      "type" : "object"
    },
    "scrollEffect" : {
      "type" : "string"
    }
  },
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css",
  "providesContext" : {
    "fndry/containerGutter" : "sidePadding"
  },
  "usesContext" : [
    "fndry/reusableBlockCompId"
  ],
  "supports" : {
    "html" : false,
    "anchor" : true,
    "customClassName" : true,
    "align" : [
      "full",
      "wide"
    ]
  }
}
