{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/post-featured-image",
  "title" : "Refoundry Post Featured Image",
  "category" : "theme",
  "description" : "Display a post's featured image.",
  "textdomain" : "default",
  "attributes" : {
    "isLink" : {
      "type" : "boolean",
      "default" : false
    },
    "sizeSlug" : {
      "type" : "string"
    },
    "imageId" : {
      "type" : "number"
    },
    "margin" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "margin"
    },
    "padding" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "padding"
    },
    "captionPositionProps" : {
      "type" : "object"
    },
    "captionColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "captionStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "marginCaption" : {
      "type" : "object",
      "responsiveUtilityType" : "margin"
    },
    "paddingCaption" : {
      "type" : "object",
      "responsiveUtilityType" : "padding"
    },
    "borderRadius" : {
      "type" : "string",
      "default" : "0px"
    },
    "imageFit" : {
      "type" : "string",
      "default" : "cover"
    },
    "height" : {
      "type" : "object",
      "baseClass" : false,
      "responsiveUtilityType" : "height"
    },
    "width" : {
      "type" : "string",
      "default" : "100%"
    },
    "imageAlt" : {
      "type" : "string",
      "attribute" : "alt"
    },
    "focalPoint" : {
      "type" : "object",
      "default" : {
        "x" : 0.5,
        "y" : 0.5
      }
    },
    "filters" : {
      "type" : "object"
    },
    "showImageAlt" : {
      "type" : "boolean"
    },
    "overrides" : {
      "type" : "object"
    }
  },
  "usesContext" : [
    "postId",
    "postType",
    "queryId",
    "wpQuery"
  ],
  "supports" : {
    "reusable" : false,
    "html" : false,
    "className" : false
  },
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css"
}
