{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/post-date",
  "title" : "Refoundry Post Date",
  "category" : "theme",
  "description" : "Displays the title of a post, page, or any other content-type.",
  "textdomain" : "default",
  "usesContext" : [
    "postId",
    "postType",
    "queryId",
    "wpQuery"
  ],
  "attributes" : {
    "color" : {
      "type" : "string",
      "isFndryId" : true
    },
    "textAlign" : {
      "type" : "string"
    },
    "textStyle" : {
      "type" : "string",
      "baseClass" : true,
      "isFndryId" : true
    },
    "marginBottom" : {
      "type" : "string"
    },
    "format" : {
      "type" : "string",
      "default" : "F j, Y"
    }
  },
  "supports" : {
    "reusable" : false,
    "html" : false,
    "className" : false
  },
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css"
}