{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "combo-blocks/post-date",
  "title": "Post Date",
  "textdomain": "combo-blocks",
  "category": "combo-blocks-post",
  "usesContext": [
    "combo-blocks/liveMode",
    "postId",
    "loopIndex",
    "postType",
    "queryId"
  ],
  "supports": {
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "wrapper": {
      "type": "object",
      "default": {
        "options": {
          "tag": "div",
          "class": "pg-post-date"
        },
        "styles": {
          "display": {
            "Desktop": "flex"
          },
          "alignItems": {
            "Desktop": "center"
          },
          "gap": {
            "Desktop": "1em"
          }
        }
      }
    },
    "postDate": {
      "type": "object",
      "default": {
        "options": {
          "tag": "div",
          "dateFormat": "Y-m-d",
          "linkTo": "",
          "linkToUrl": "",
          "year": "",
          "month": "",
          "date": "",
          "linkToMetaKey": "",
          "linkTarget": "_blank",
          "linkAttr": [],
          "customUrl": "",
          "class": ""
        },
        "styles": {}
      }
    },
    "icon": {
      "type": "object",
      "default": {
        "options": {
          "library": "fontAwesome",
          "srcType": "class",
          "iconSrc": "far fa-calendar-alt",
          "position": "beforePostDate",
          "class": "postdate-icon"
        },
        "styles": {}
      }
    },
    "prefix": {
      "type": "object",
      "default": {
        "options": {
          "text": "",
          "class": "prefix"
        },
        "styles": {}
      }
    },
    "postfix": {
      "type": "object",
      "default": {
        "options": {
          "text": "",
          "class": "postfix"
        },
        "styles": {}
      }
    },
    "visible": {
      "type": "object",
      "default": {}
    },
    "blockId": {
      "type": "string",
      "default": ""
    },
    "blockCssY": {
      "type": "object",
      "default": {
        "items": {}
      }
    }
  },
  "style": "front_style",
  "script": "combo_blocks_scripts",
  "keywords": [
    "post date",
    "post date format",
    "post date time",
    "post date display",
    "post date block",
    "post date for wordpress",
    "post date block for wordpress"
  ],
  "description": "The post date block displays the publication date of a blog post, offering readers information about when it was written."
}