{
  "apiVersion": 2,
  "name": "stp/step",
  "title": "Step",
  "description": "Single step for step content.",
  "version": "1.0.6",
  "parent": [
    "stp/content"
  ],
  "category": "widgets",
  "keywords": [
    "step",
    "documentation",
    "step content"
  ],
  "textdomain": "stepped-content",
  "attributes": {
    "step": {
      "type": "number",
      "default": 1
    },
    "duration": {
      "type": "object",
      "default": {
        "h": 0,
        "m": 2,
        "s": 30
      }
    },
    "background": {
      "type": "object",
      "default": {
        "color": "#fff"
      }
    },
    "contentColor": {
      "type": "string",
      "default": "#161616"
    },
    "isTitle": {
      "type": "boolean",
      "default": true
    },
    "title": {
      "type": "string",
      "selector": ".stpStep h2.instructionTitle",
      "default": "Step Title"
    }
  },
  "supports": {
    "align": false,
    "reusable": false,
    "html": false
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "editorScript": "file:../index.js",
  "render": "file:./render.php"
}