{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "frontend-admin/form-step-field",
  "title": "Form Step",
  "description": "Groups content into steps.",
  "category": "frontend-admin",
  "textdomain": "frontend-admin",
  "icon": "list-view",
  "supports": {
    "align": [
      "wide"
    ]
  },
  "attributes": {
    "steps": {
      "type": "array",
      "default": []
    },
    "validate_steps": {
      "type": "boolean",
      "default": false
    },
    "steps_display": {
      "type": "string",
      "default": false
    },
    "steps_tabs_display": {
      "type": "string",
      "default": false
    },
    "steps_counter_display": {
      "type": "string",
      "default": false
    },
    "tabs_align": {
      "type": "string",
      "default": false
    }
  },
  "editorScript": "file:../../form-step/index.js"
}