{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "wplmi/post-modified-date",
  "title": "Modified Date",
  "description": "Displays post modified date.",
  "icon": "calendar-alt",
  "keywords": [
    "last-modified",
    "time",
    "date",
    "last-updated",
    "updated"
  ],
  "category": "theme",
  "textdomain": "wp-last-modified-info",
  "attributes": {
    "format": {
      "type": "string",
      "default": ""
    },
    "display": {
      "type": "string",
      "default": "block"
    },
    "textAlign": {
      "type": "string",
      "default": "left"
    },
    "textBefore": {
      "type": "string"
    },
    "textAfter": {
      "type": "string"
    },
    "varFontSize": {
      "type": "integer",
      "default": 16,
      "minimum": 1
    },
    "varLineHeight": {
      "type": "string"
    },
    "varColorBackground": {
      "type": "string"
    },
    "varColorBorder": {
      "type": "string"
    },
    "varColorText": {
      "type": "string"
    }
  },
  "usesContext": [
    "postId",
    "postType",
    "queryId"
  ],
  "supports": {
    "html": false
  },
  "editorScript": "file:index.js"
}