{
  "apiVersion": 3,
  "title": "Timeline",
  "name": "brandy/timeline",
  "category": "brandy-blocks",
  "description": "Display events or milestones in a timeline layout",
  "keywords": [
    "timeline",
    "history",
    "events",
    "milestones"
  ],
  "attributes": {
    "layout": {
      "type": "string",
      "default": "alternating"
    },
    "lineColor": {
      "type": "string",
      "default": "#E5E7EB"
    },
    "lineWidth": {
      "type": "number",
      "default": 2
    },
    "markerSize": {
      "type": "number",
      "default": 16
    },
    "markerColor": {
      "type": "string",
      "default": "#0061FE"
    },
    "markerBgColor": {
      "type": "string",
      "default": "#FFFFFF"
    },
    "connectorStyle": {
      "type": "string",
      "default": "solid"
    },
    "animate": {
      "type": "boolean",
      "default": true
    }
  },
  "providesContext": {
    "brandy/timelineLayout": "layout",
    "brandy/timelineLineColor": "lineColor",
    "brandy/timelineLineWidth": "lineWidth",
    "brandy/timelineMarkerSize": "markerSize",
    "brandy/timelineMarkerColor": "markerColor",
    "brandy/timelineMarkerBgColor": "markerBgColor",
    "brandy/timelineConnectorStyle": "connectorStyle",
    "brandy/timelineAnimate": "animate"
  },
  "allowedBlocks": [
    "brandy/timeline-item"
  ],
  "supports": {
    "reusable": false,
    "html": false,
    "interactivity": true,
    "color": {
      "gradients": true,
      "__experimentalDefaultControls": {
        "background": true
      }
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "align": [
      "wide",
      "full"
    ]
  },
  "render": "file:./render.php",
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScriptModule": "file:./view.js"
}