{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ekiline-block-collection/ekiline-progress",
  "version": "0.1.0",
  "textdomain": "ekiline-block-collection",
  "title": "Progress",
  "category": "design",
  "icon": "dashicons-block-default",
  "description": "Show a bootstrap progress bar for your data.",
  "example": {},
  "supports": {
    "anchor": true,
    "color": {
      "background": true,
      "gradients": true,
      "text": false
    }
  },
  "attributes": {
    "progHeight": {
      "type": "number",
      "default": 50
    },
    "border": {
      "type": "object",
      "default": {
        "top": {
          "color": "#dee2e6",
          "style": "none",
          "width": "0px"
        },
        "right": {
          "color": "#dee2e6",
          "style": "none",
          "width": "0px"
        },
        "bottom": {
          "color": "#dee2e6",
          "style": "none",
          "width": "0px"
        },
        "left": {
          "color": "#dee2e6",
          "style": "none",
          "width": "0px"
        }
      }
    },
    "borderRadius": {
      "type": "string",
      "default": "0rem"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}