{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "svt/event",
  "version": "0.2.0",
  "title": "Timeline Event",
  "category": "design",
  "icon": "marker",
  "description": "A single event in a Simple Vertical Timeline.",
  "keywords": [
    "timeline",
    "event",
    "milestone"
  ],
  "textdomain": "svt",
  "parent": [
    "svt/timeline"
  ],
  "supports": {
    "html": false,
    "reusable": false
  },
  "attributes": {
    "title": {
      "type": "string",
      "default": ""
    },
    "eventDate": {
      "type": "string",
      "default": ""
    },
    "icon": {
      "type": "string",
      "default": ""
    },
    "iconMode": {
      "type": "string",
      "default": "library"
    },
    "iconClass": {
      "type": "string",
      "default": "bi-geo-alt-fill"
    },
    "iconColor": {
      "type": "string",
      "default": ""
    },
    "markerBgColor": {
      "type": "string",
      "default": ""
    },
    "titleClass": {
      "type": "string",
      "default": ""
    },
    "dateClass": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}