{
    "apiVersion": 2,
    "name": "arkhe-blocks/step-item",
    "title": "Step item",
    "category": "arkhe-blocks",
    "supports": {
        "anchor": true,
        "className": false,
        "reusable": false
    },
    "parent": [
        "arkhe-blocks/step"
    ],
    "usesContext": [
        "arkb/step/isHideLabel",
        "arkb/step/isHideNum",
        "arkb/step/stepLabel"
    ],
    "attributes": {
        "title": {
            "type": "string",
            "source": "html",
            "selector": ".ark-block-step__title"
        },
        "stepLabel": {
            "type": "string",
            "default": "STEP"
        },
        "theLabel": {
            "type": "string",
            "default": ""
        },
        "theNum": {
            "type": "string",
            "default": ""
        },
        "numColor": {
            "type": "string",
            "default": ""
        },
        "isHideLabel": {
            "type": "boolean",
            "default": false
        },
        "isHideNum": {
            "type": "boolean",
            "default": false
        },
        "hideContent": {
            "type": "boolean",
            "default": false
        }
    },
    "editorScript": "file:./index.js",
    "textdomain": "arkhe-blocks"
}
