{
  "apiVersion": 3,
  "title": "Timeline Item",
  "name": "brandy/timeline-item",
  "category": "brandy-blocks",
  "description": "A single event or milestone in a timeline",
  "parent": [
    "brandy/timeline"
  ],
  "usesContext": [
    "brandy/timelineLayout",
    "brandy/timelineMarkerSize",
    "brandy/timelineMarkerColor",
    "brandy/timelineMarkerBgColor"
  ],
  "attributes": {
    "date": {
      "type": "string",
      "default": ""
    },
    "iconName": {
      "type": "string",
      "default": ""
    },
    "iconType": {
      "type": "string",
      "default": "regular"
    },
    "highlighted": {
      "type": "boolean",
      "default": false
    },
    "markerLabel": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "reusable": false,
    "html": false,
    "color": {
      "gradients": true,
      "__experimentalDefaultControls": {
        "background": true
      }
    },
    "spacing": {
      "padding": true
    }
  },
  "render": "file:./render.php",
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js"
}