{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/steps",
  "version": "1.0.0",
  "title": "Steps",
  "category": "bloqra",
  "icon": "editor-ol",
  "description": "A numbered process flow — tutorials, recipes, onboarding, how-tos. Each step is its own block with an auto-numbered or icon marker, a title, free-form content and a connector line. Optionally outputs HowTo structured data.",
  "keywords": [
    "steps",
    "process",
    "how to",
    "howto",
    "flow",
    "tutorial",
    "instructions",
    "numbered"
  ],
  "allowedBlocks": [
    "bloqra/step"
  ],
  "example": {
    "attributes": {
      "orientation": "vertical"
    },
    "innerBlocks": [
      {
        "name": "bloqra/step",
        "attributes": {
          "title": "Create an account"
        },
        "innerBlocks": [
          {
            "name": "core/paragraph",
            "attributes": {
              "content": "Sign up with your email address."
            }
          }
        ]
      },
      {
        "name": "bloqra/step",
        "attributes": {
          "title": "Set up your profile"
        },
        "innerBlocks": [
          {
            "name": "core/paragraph",
            "attributes": {
              "content": "Add a name and a photo."
            }
          }
        ]
      },
      {
        "name": "bloqra/step",
        "attributes": {
          "title": "Start building"
        },
        "innerBlocks": [
          {
            "name": "core/paragraph",
            "attributes": {
              "content": "You are ready to go."
            }
          }
        ]
      }
    ]
  },
  "styles": [
    {
      "name": "default",
      "label": "Default",
      "isDefault": true
    },
    {
      "name": "outlined",
      "label": "Outlined"
    },
    {
      "name": "boxed",
      "label": "Boxed"
    },
    {
      "name": "minimal",
      "label": "Minimal"
    }
  ],
  "attributes": {
    "orientation": {
      "type": "string",
      "default": "vertical",
      "enum": [
        "vertical",
        "horizontal"
      ]
    },
    "numberStyle": {
      "type": "string",
      "default": ""
    },
    "connectorStyle": {
      "type": "string",
      "default": ""
    },
    "connectorWidth": {
      "type": "string",
      "default": ""
    },
    "markerSize": {
      "type": "string",
      "default": ""
    },
    "connectorColor": {
      "type": "string",
      "default": ""
    },
    "markerColor": {
      "type": "string",
      "default": ""
    },
    "markerBgColor": {
      "type": "string",
      "default": ""
    },
    "howToSchema": {
      "type": "boolean",
      "default": false
    },
    "schemaName": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "listView": true,
    "color": {
      "text": true,
      "background": true,
      "gradients": true,
      "link": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "spacing": {
      "padding": true,
      "margin": true,
      "blockGap": true,
      "__experimentalSkipSerialization": [
        "blockGap"
      ],
      "__experimentalDefaultControls": {
        "blockGap": true
      }
    },
    "shadow": true,
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true
    }
  },
  "textdomain": "bloqra",
  "editorScript": [
    "bloqra-icons",
    "file:./index.js"
  ],
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}