{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "cmblocks/timeline-item",
  "version": "1.0.0",
  "title": "CM Timeline Item",
  "category": "codemanas-blocks",
  "icon": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 18 10\" xmlns=\"http://www.w3.org/2000/svg\" class=\"cm-blocks__icon\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#e34f08\" d=\"M5.54999 2C5.41192 2 5.29999 2.11193 5.29999 2.25C5.29999 2.38807 5.41192 2.5 5.54999 2.5H7.54999C7.68806 2.5 7.79999 2.38807 7.79999 2.25C7.79999 2.11193 7.68806 2 7.54999 2H5.54999ZM6.04999 3C5.91192 3 5.79999 3.11193 5.79999 3.25C5.79999 3.38807 5.91192 3.5 6.04999 3.5H7.04999C7.18806 3.5 7.29999 3.38807 7.29999 3.25C7.29999 3.11193 7.18806 3 7.04999 3H6.04999ZM0.25 2.25002C0.25 2.11195 0.361929 2.00002 0.5 2.00002H2.5C2.63807 2.00002 2.75 2.11195 2.75 2.25002C2.75 2.3881 2.63807 2.50002 2.5 2.50002H0.5C0.361929 2.50002 0.25 2.3881 0.25 2.25002ZM0.75 3.25C0.75 3.11193 0.861929 3 1 3H2C2.13807 3 2.25 3.11193 2.25 3.25C2.25 3.38807 2.13807 3.5 2 3.5H1C0.861929 3.5 0.75 3.38807 0.75 3.25ZM2.91465 6.25C2.70873 6.8326 2.15311 7.25 1.5 7.25C0.671573 7.25 0 6.57843 0 5.75C0 4.92157 0.671573 4.25 1.5 4.25C2.15311 4.25 2.70873 4.6674 2.91465 5.25H5.08535C5.29127 4.6674 5.84689 4.25 6.5 4.25C7.15311 4.25 7.70873 4.6674 7.91465 5.25H10.0854C10.2913 4.6674 10.8469 4.25 11.5 4.25C12.3284 4.25 13 4.92157 13 5.75C13 6.57843 12.3284 7.25 11.5 7.25C10.8469 7.25 10.2913 6.8326 10.0854 6.25H7.91465C7.70873 6.8326 7.15311 7.25 6.5 7.25C5.84689 7.25 5.29127 6.8326 5.08535 6.25H2.91465ZM10 2.25C10 2.11193 10.1119 2 10.25 2H12.25C12.3881 2 12.5 2.11193 12.5 2.25C12.5 2.38807 12.3881 2.5 12.25 2.5H10.25C10.1119 2.5 10 2.38807 10 2.25ZM10.5 3.25C10.5 3.11193 10.6119 3 10.75 3H11.75C11.8881 3 12 3.11193 12 3.25C12 3.38807 11.8881 3.5 11.75 3.5H10.75C10.6119 3.5 10.5 3.38807 10.5 3.25Z\"></path></svg>",
  "description": "Insert a timeline item, in your timeline.",
  "example": {},
  "attributes": {
    "contentPlacement": {
      "type": "string",
      "default": "right",
      "enum": [
        "top",
        "left",
        "right",
        "bottom"
      ]
    },
    "date": {
      "type": "string"
    },
    "dateFormat": {
      "type": "string"
    },
    "dateText": {
      "type": "string"
    },
    "icon": {
      "type": "string"
    },
    "iconBackgroundColor": {
      "type": "string"
    },
    "iconColor": {
      "type": "string"
    },
    "iconPosition": {
      "type": "string",
      "default": ""
    },
    "parentIcon": {
      "type": "string"
    },
    "parentIconPosition": {
      "type": "string"
    },
    "showDateOrText": {
      "type": "string",
      "enum": [
        "date",
        "text"
      ],
      "default": "date"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "timeline-item",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "usesContext": [
    "cmblocks/timeline-icon",
    "cmblocks/timeline-icon-position",
    "cmblocks/timeline-dateFormat",
    "cmblocks/timeline-layout"
  ],
  "parent": [
    "cmblocks/timeline"
  ]
}