{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "24.1.0",
  "textdomain": "snow-monkey-blocks",
  "name": "snow-monkey-blocks/step--item",
  "title": "Step (Standard)",
  "description": "It is a child block of the step block.",
  "category": "smb",
  "parent": [
    "snow-monkey-blocks/step"
  ],
  "attributes": {
    "tagName": {
      "type": "string",
      "default": "div"
    },
    "titleTagName": {
      "type": "string",
      "default": "div"
    },
    "title": {
      "type": "string",
      "source": "html",
      "selector": ".smb-step__item__title > span",
      "default": "",
      "role": "content"
    },
    "numberColor": {
      "type": "string"
    },
    "imagePosition": {
      "type": "string",
      "default": "center"
    },
    "imageID": {
      "type": "number",
      "default": 0,
      "role": "content"
    },
    "imageURL": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-step__item__figure > img",
      "attribute": "src",
      "default": "",
      "role": "content"
    },
    "imageAlt": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-step__item__figure > img",
      "attribute": "alt",
      "default": "",
      "role": "content"
    },
    "imageWidth": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-step__item__figure > img",
      "attribute": "width",
      "default": ""
    },
    "imageHeight": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-step__item__figure > img",
      "attribute": "height",
      "default": ""
    },
    "imageSizeSlug": {
      "type": "string",
      "default": "full"
    },
    "linkLabel": {
      "type": "string",
      "source": "html",
      "selector": ".smb-step__item__link__label",
      "default": "",
      "role": "content"
    },
    "linkURL": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-step__item__link",
      "attribute": "href",
      "default": "",
      "role": "content"
    },
    "linkTarget": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-step__item__link",
      "attribute": "target",
      "default": "_self"
    },
    "linkColor": {
      "type": "string"
    },
    "templateLock": {
      "type": [
        "string",
        "boolean"
      ],
      "enum": [
        "all",
        "insert",
        "contentOnly",
        false
      ]
    }
  },
  "usesContext": [
    "snow-monkey-blocks/tagName"
  ],
  "supports": {
    "anchor": true,
    "inserter": false,
    "layout": {
      "allowSwitching": false,
      "allowEditing": false,
      "allowInheriting": false,
      "default": {
        "type": "constrained"
      }
    },
    "contentRole": true
  },
  "editorScript": "file:./index.js"
}