{
  "apiVersion" : 3,
  "name" : "foundry/foundry-slideout",
  "title" : "Refoundry Slideout",
  "category" : "design",
  "attributes" : {
    "grid" : {
      "type" : "object",
      "responsiveUtilityType" : "grid",
      "baseClass" : true,
      "default" : {
        "all" : 3,
        "md" : 2,
        "sm" : 1
      }
    },
    "toggleHeight" : {
      "type" : "string",
      "default" : "1.5em"
    },
    "toggleWidth" : {
      "type" : "string",
      "default" : "1.5em"
    },
    "toggleSpacing" : {
      "type" : "object",
      "responsiveUtilityType" : "padding"
    },
    "hiddenBackground" : {
      "type" : "string",
      "isFndryId" : true
    },
    "imageBorderRadius" : {
      "type" : "string"
    },
    "headerStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "toggleStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "headerColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "headingLevel" : {
      "type" : "number",
      "default" : 3
    },
    "excerptStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "subheadingStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "excerptColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "subheadingColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "display" : {
      "type" : "object",
      "responsiveUtilityType" : "display",
      "default" : {
        "all" : "flex"
      }
    },
    "flex" : {
      "type" : "object",
      "responsiveUtilityType" : "flex",
      "default" : {
        "all" : "row"
      }
    },
    "align" : {
      "type" : "object",
      "responsiveUtilityType" : "align"
    },
    "excerptJustify" : {
      "type" : "object",
      "responsiveUtilityType" : "justify"
    },
    "justify" : {
      "type" : "object",
      "responsiveUtilityType" : "justify"
    },
    "toggleText" : {
      "type" : "string"
    },
    "toggleTextAfter" : {
      "type" : "string"
    },
    "gap" : {
      "type" : "string",
      "default" : "5px"
    },
    "hideCloseButton" : {
      "type" : "boolean"
    },
    "imgZoom" : {
      "type" : "boolean"
    },
    "imgZoomScale" : {
      "type" : "number",
      "default" : 1.25
    },
    "toggleIsText" : {
      "type" : "boolean",
      "default" : false
    },
    "toggleIcon" : {
      "type" : "string",
      "default" : "default"
    },
    "activeToggleColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "activeToggleHoverColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "activeToggleBackgroundColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "activeToggleBackgroundHoverColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "closeButtonColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "closeButtonBackgroundColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "closeButtonHoverColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "closeButtonHoverBackgroundColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "closeButtonBackgroundBorderRadius": {
      "type" : "string"
    },
    "toggleColor": {
      "type": "string",
      "isFndryId": true
    },
    "toggleHoverColor": {
      "type": "string",
      "isFndryId": true
    },
    "toggleBackgroundColor": {
      "type": "string",
      "isFndryId": true
    },
    "toggleBackgroundHoverColor": {
      "type": "string",
      "isFndryId": true
    },
    "toggleBackgroundBorderRadius": {
      "type" : "string"
    },
    "innerBlocks": {
      "type": "array"
    },
    "imgSizeSlug": {
      "type": "string"
    },
    "imgHeight" : {
      "type" : "object",
      "responsiveUtilityType" : "height"
    }
  },
  "providesContext" : {
    "fndry/slideoutHeaderStyle" : "headerStyle",
    "fndry/slideoutExcerptStyle" : "excerptStyle",
    "fndry/slideoutSubheadingStyle" : "subheadingStyle",
    "fndry/headingDisplay" : "display",
    "fndry/headingFlex" : "flex",
    "fndry/headingAlign" : "align",
    "fndry/excerptJustify" : "excerptJustify",
    "fndry/headingJustify" : "justify",
    "fndry/headingGap" : "gap",
    "fndry/toggleText" : "toggleText",
    "fndry/toggleTextAfter" : "toggleTextAfter",
    "fndry/toggleIsText" : "toggleIsText",
    "fndry/toggleIcon" : "toggleIcon",
    "fndry/slideoutToggleStyle" : "toggleStyle",
    "fndry/slideoutToggleSpacing" : "toggleSpacing",
    "fndry/imgZoom" : "imgZoom",
    "fndry/imgZoomScale" : "imgZoomScale",
    "fndry/imgSizeSlug" : "imgSizeSlug",
    "fndry/imgHeight" : "imgHeight",
    "fndry/imgWidth" : "imgWidth"
  },
  "style" : "file:./style.min.css",
  "supports" : {
    "html" : false,
    "align" : [
      "wide",
      "full"
    ]
  }
}
