{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "dravix/step-item",
  "version": "1.0.0",
  "title": "Step Item",
  "category": "dravix-blocks",
  "icon": "saved",
  "description": "A single step in the process.",
  "parent": [
    "dravix/step-by-step-process"
  ],
  "attributes": {
    "title": {
      "type": "string",
      "source": "html",
      "selector": ".dravix-step-title"
    },
    "description": {
      "type": "string",
      "source": "html",
      "selector": ".dravix-step-desc"
    },
    "iconType": {
      "type": "string",
      "default": "icon"
    },
    "icon": {
      "type": "string",
      "default": "star-filled"
    },
    "customIcon": {
      "type": "object"
    },
    "mediaId": {
      "type": "number",
      "default": 0
    },
    "mediaUrl": {
      "type": "string",
      "default": ""
    },
    "mediaType": {
      "type": "string",
      "default": "image"
    },
    "estimate": {
      "type": "string",
      "default": ""
    },
    "completed": {
      "type": "boolean",
      "default": false
    },
    "animation": {
      "type": "string",
      "default": "none"
    },
    "linkUrl": {
      "type": "string",
      "default": ""
    },
    "linkText": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "reusable": false
  },
  "textdomain": "dravix"
}