{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "afmb/progressbar",
  "version": "1.0.0",
  "title": "Progress Bar",
  "category": "afmb-blocks",
  "description": "Single button acts as child of progress bar.",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "className": false,
    "customClassName": false
  },
  "example": {},
  "parent": [
    "afftra/progressbars"
  ],
  "usesContext": [
    "afftra/aff_toggle"
  ],
  "textdomain": "affiliate-marketing-blocks",
  "editorScript": "file:./index.js"
}