{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ub/progress-bar",
  "title": "Progress Bar",
  "category": "ultimateblocks",
  "description": "Add Cirle/Line Progress bar with this blocks. Comes with options to change thickness, color.",
  "keywords": [
    "Progress Bar",
    "Circle",
    "Ultimate Blocks"
  ],
  "attributes": {
    "blockID": {
      "type": "string",
      "default": ""
    },
    "percentage": {
      "type": "number",
      "default": -1
    },
    "barType": {
      "type": "string",
      "default": "linear"
    },
    "detail": {
      "type": "string",
      "default": ""
    },
    "detailAlign": {
      "type": "string",
      "default": "center"
    },
    "barColor": {
      "type": "string",
      "default": "#2DB7F5"
    },
    "barBackgroundColor": {
      "type": "string",
      "default": "#d9d9d9"
    },
    "barThickness": {
      "type": "number",
      "default": 1
    },
    "circleSize": {
      "type": "number",
      "default": 150
    },
    "showNumber": {
      "type": "boolean",
      "default": true
    },
    "labelColor": {
      "type": "string",
      "default": null
    },
    "descriptionColor": {
      "type": "string",
      "default": null
    },
    "numberPrefix": {
      "type": "string",
      "default": ""
    },
    "numberSuffix": {
      "type": "string",
      "default": "%"
    },
    "percentagePosition": {
      "type": "string",
      "default": "bottom"
    },
    "isStripe": {
      "type": "boolean",
      "default": false
    },
    "barBorderRadius": {
      "type": "object",
      "default": {}
    },
    "padding": {
      "type": "object",
      "default": {}
    },
    "isCircleRounded": {
      "type": "boolean",
      "default": true
    },
    "margin": {
      "type": "object",
      "default": {}
    }
  },
  "supports": {},
  "editorStyle": "ultimate_blocks-cgb-block-editor-css",
  "editorScript": "ultimate_blocks-cgb-block-js",
  "style": "ultimate_blocks-cgb-style-css",
  "viewScript": "ultimate_blocks-progress-bar-front-script"
}