{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/step",
  "version": "1.0.0",
  "title": "Step",
  "category": "bloqra",
  "icon": "arrow-right-alt",
  "parent": [
    "bloqra/steps"
  ],
  "description": "One step in a process flow: an auto-numbered marker (or icon), a title and free-form content.",
  "attributes": {
    "title": {
      "type": "rich-text",
      "source": "rich-text",
      "selector": ".bloqra-step__title"
    },
    "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"
  ]
}