{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "alchemy-software-limited/atwb",
  "version": "0.1.0",
  "title": "Timeline block",
  "category": "widgets",
  "icon": "dashicons dashicons-randomize",
  "description": "Create timeline with this block; this is the part of timeline plugin developed by Alchemy Software Limited",
  "example": {},
  "supports": {
    "html": false,
    "color": {
      "text": true,
      "link": true,
      "background": true
    }
  },
  "textdomain": "atwb",
  "editorScript": "file:./index.js",
  "editorStyle": [
    "file:./index.css",
    "file:./editor.css"
  ],
  "style": "file:./index.css"
}