{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/post-author",
  "title" : "Refoundry Post Author (Legacy)",
  "category" : "theme",
  "description" : "Display post author details such as name, avatar, and bio.",
  "textdomain" : "default",
  "usesContext" : [
    "postId",
    "postType",
    "queryId",
    "wpQuery"
  ],
  "attributes" : {
    "textAlign" : {
      "type" : "string"
    },
    "avatarSize" : {
      "type" : "number",
      "default" : 48
    },
    "showAvatar" : {
      "type" : "boolean",
      "default" : true
    },
    "showBio" : {
      "type" : "boolean"
    },
    "showMore" : {
      "type" : "boolean"
    },
    "buttonStyle" : {
      "type" : "string"
    },
    "byline" : {
      "type" : "string"
    },
    "authorStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "borderRadius" : {
      "type" : "string"
    },
    "bylineStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "bioStyle" : {
      "type" : "string",
      "isFndryId" : true
    }
  },
  "providesContext" : {
    "url" : "authorUrl"
  },
  "supports" : {
    "reusable" : false,
    "html" : false,
    "className" : false
  },
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css"
}