{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "frontis-blocks/progressbar",
  "version": "1.0.0",
  "title": "Progressbar",
  "category": "frontis-blocks",
  "description": "A customizable progressbar block with various styling options.",
  "example": {},
  "supports": {
    "anchor": false,
    "align": [
      "wide",
      "full"
    ],
    "customClassName": false
  },
  "textdomain": "frontis-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}