{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/post-title",
  "title" : "Refoundry Post Title",
  "category" : "theme",
  "description" : "Displays the title of a post, page, or any other content-type.",
  "textdomain" : "default",
  "attributes" : {
    "color" : {
      "type" : "string",
      "isFndryId" : true
    },
    "textAlign" : {
      "type" : "string"
    },
    "headingStyle" : {
      "type" : "string",
      "baseClass" : true,
      "isFndryId" : true
    },
    "level" : {
      "type" : "number",
      "default" : 3
    },
    "isLink" : {
      "type" : "boolean",
      "default" : false
    },
    "rel" : {
      "type" : "string",
      "attribute" : "rel",
      "default" : ""
    },
    "linkTarget" : {
      "type" : "string",
      "default" : "_self"
    },
    "marginBottom" : {
      "type" : "string"
    },
    "overrides" : {
      "type" : "object"
    }
  },
  "supports" : {
    "reusable" : false,
    "html" : false,
    "className" : false
  },
  "usesContext" : [
    "postId",
    "postType",
    "isPost",
    "wpQuery"
  ],
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css"
}