{
  "name": "idm-post-date-archive-link/post-date",
  "title": "IDM Post Date Archive Link",
  "textdomain": "idm-post-date-archive-link",
  "description": "Display the publish date (or last modified date) for an entry such as a post or page, with format and link options.",
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "1.0.0",
  "category": "theme",
  "icon": "calendar-alt",
  "example": {},
  "attributes": {
    "align": {
      "type": "string",
      "default": "full"
    },
    "hasCustomFormat": {
      "type": "boolean",
      "default": false
    },
    "customFormat": {
      "type": "string",
      "default": "Y-m-d"
    },
    "manualCustomFormat": {
      "type": "string",
      "default": ""
    },
    "hasDateLink": {
      "type": "boolean",
      "default": false
    },
    "dateLink": {
      "type": "string",
      "default": "post"
    },
    "isDateModified": {
      "type": "boolean",
      "default": false
    },
    "customText": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "textAlign": true
    },
    "color": {
      "background": true,
      "gradients": true,
      "link": true,
      "text": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}