{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/progressbar-block",
  "version": "1.1.1",
  "title": "Progress Bar Block",
  "category": "necessary-blocks",
  "icon": "ellipsis",
  "description": "Progressbar Block by Coders Time",
  "example": {},
  "supports": {
    "html": false,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "align": true,
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "className": true,
    "customClassName": true
  },
  "attributes": {
    "progress": {
      "type": "number",
      "default": 50
    },
    "label": {
      "type": "string",
      "default": "Progress"
    },
    "textColor": {
      "type": "string",
      "default": "#f00"
    },
    "barColor": {
      "type": "string",
      "default": "#B04C82"
    },
    "backgroundColor": {
      "type": "string",
      "default": "#ddd"
    }
  },
  "keywords": [
    "Progressbar Block",
    "necessary Blocks",
    "Progressbar"
  ],
  "textdomain": "progressbar-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}