{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/timeline",
  "version": "1.0.0",
  "title": "Timeline",
  "category": "bloqra",
  "icon": "marker",
  "description": "A vertical timeline for events, milestones and history. Each entry is its own block with a date label, an optional marker icon and free-form content.",
  "keywords": [
    "timeline",
    "history",
    "events",
    "milestones",
    "roadmap",
    "story"
  ],
  "allowedBlocks": [
    "bloqra/timeline-item"
  ],
  "example": {
    "attributes": {
      "linePosition": "left"
    },
    "innerBlocks": [
      {
        "name": "bloqra/timeline-item",
        "attributes": {
          "meta": "2019"
        },
        "innerBlocks": [
          {
            "name": "core/heading",
            "attributes": {
              "level": 3,
              "content": "Founded"
            }
          },
          {
            "name": "core/paragraph",
            "attributes": {
              "content": "Where it all began."
            }
          }
        ]
      },
      {
        "name": "bloqra/timeline-item",
        "attributes": {
          "meta": "2022"
        },
        "innerBlocks": [
          {
            "name": "core/heading",
            "attributes": {
              "level": 3,
              "content": "First release"
            }
          },
          {
            "name": "core/paragraph",
            "attributes": {
              "content": "Shipped to the world."
            }
          }
        ]
      },
      {
        "name": "bloqra/timeline-item",
        "attributes": {
          "meta": "Today"
        },
        "innerBlocks": [
          {
            "name": "core/heading",
            "attributes": {
              "level": 3,
              "content": "Still growing"
            }
          }
        ]
      }
    ]
  },
  "styles": [
    {
      "name": "default",
      "label": "Default",
      "isDefault": true
    },
    {
      "name": "outlined",
      "label": "Outlined"
    },
    {
      "name": "boxed",
      "label": "Boxed"
    },
    {
      "name": "minimal",
      "label": "Minimal"
    }
  ],
  "attributes": {
    "linePosition": {
      "type": "string",
      "default": "left",
      "enum": [
        "left",
        "center",
        "right"
      ]
    },
    "lineStyle": {
      "type": "string",
      "default": ""
    },
    "lineWidth": {
      "type": "string",
      "default": ""
    },
    "markerSize": {
      "type": "string",
      "default": ""
    },
    "lineColor": {
      "type": "string",
      "default": ""
    },
    "markerColor": {
      "type": "string",
      "default": ""
    },
    "markerBgColor": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "listView": true,
    "color": {
      "text": true,
      "background": true,
      "gradients": true,
      "link": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "spacing": {
      "padding": true,
      "margin": true,
      "blockGap": true,
      "__experimentalSkipSerialization": [
        "blockGap"
      ],
      "__experimentalDefaultControls": {
        "blockGap": true
      }
    },
    "shadow": true,
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true
    }
  },
  "textdomain": "bloqra",
  "editorScript": [
    "bloqra-icons",
    "file:./index.js"
  ],
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}