{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/timeline-item",
  "version": "1.0.0",
  "title": "Timeline Item",
  "category": "bloqra",
  "icon": "minus",
  "parent": [
    "bloqra/timeline"
  ],
  "description": "One entry on a Timeline: a marker (dot or icon), an optional date label and free-form content.",
  "attributes": {
    "meta": {
      "type": "rich-text",
      "source": "rich-text",
      "selector": ".bloqra-timeline-item__meta"
    },
    "icon": {
      "type": "string",
      "default": ""
    },
    "markerColor": {
      "type": "string",
      "default": ""
    },
    "markerBgColor": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "reusable": false,
    "anchor": true,
    "color": {
      "text": true,
      "background": true,
      "gradients": true
    },
    "spacing": {
      "padding": true,
      "margin": false
    }
  },
  "textdomain": "bloqra",
  "editorScript": [
    "bloqra-icons",
    "file:./index.js"
  ]
}