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