{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/post-author-avatar",
  "title" : "Refoundry Post Author - Avatar",
  "category" : "theme",
  "description" : "Display post author avatar.",
  "textdomain" : "default",
  "usesContext" : [
    "postId",
    "postType",
    "queryId",
    "wpQuery"
  ],
  "attributes" : {
    "author": {
      "type": "number"
    },
    "imageId" : {
      "type" : "number"
    },
    "imageUrl" : {
      "type" : "string"
    },
    "margin" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "margin",
      "default" : {
        "all" : 0
      }
    },
    "padding" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "padding",
      "default" : {
        "all" : 0
      }
    },
    "border" : {
      "type" : "object"
    },
    "borderRadius" : {
      "type" : "string"
    },
    "imageFit" : {
      "type" : "string",
      "default" : "cover"
    },
    "avatarIsLink" : {
      "type" : "boolean",
      "default" : false
    },
    "avatarSize" : {
      "type" : "number",
      "default" : 96
    },
    "imageAlt" : {
      "type" : "string",
      "attribute" : "alt"
    },
    "filters" : {
      "type" : "object"
    }
  },
  "supports" : {
    "reusable" : false,
    "html" : false,
    "className" : false
  },
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css"
}