{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "wplmi/post-template-tag",
  "title": "Modified Date Template",
  "description": "Displays post modified date using Template Tag.",
  "icon": "calendar-alt",
  "keywords": [
    "last-modified",
    "time",
    "date",
    "last-updated",
    "updated"
  ],
  "category": "theme",
  "textdomain": "wp-last-modified-info",
  "supports": {
    "html": false,
    "customClassName": false
  },
  "editorScript": "file:index.js"
}