{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Post Timeline",
  "name": "zolo/post-timeline",
  "category": "zoloblocks",
  "keywords": [
    "post",
    "timeline",
    "history",
    "content",
    "date",
    "event",
    "story",
    "chronology"
  ],
  "description": "Visualize content history with customizable timelines.",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 410
  },
  "supports": {
    "anchor": false,
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "viewScript": "file:./frontend.js"
}