{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "24.1.0",
  "textdomain": "snow-monkey-blocks",
  "name": "snow-monkey-blocks/step-item-free",
  "title": "Step (Free input)",
  "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"
    },
    "titleColor": {
      "type": "string"
    },
    "titleFontSizeSlug": {
      "type": "string"
    },
    "titleFontSize": {
      "type": "string"
    },
    "templateLock": {
      "type": [
        "string",
        "boolean"
      ],
      "enum": [
        "all",
        "insert",
        "contentOnly",
        false
      ]
    }
  },
  "usesContext": [
    "snow-monkey-blocks/tagName"
  ],
  "supports": {
    "anchor": true,
    "layout": {
      "allowSwitching": false,
      "allowEditing": false,
      "allowInheriting": false,
      "default": {
        "type": "constrained"
      }
    },
    "contentRole": true
  },
  "editorScript": "file:./index.js"
}