# getwid/3.0.1/assets/blocks/progress-bar/block.json

Getwid – Gutenberg Blocks, version 3.0.1. 59 lines.

- Page: https://pluginprobe.com/plugins/getwid/3.0.1/code/assets/blocks/progress-bar/block.json
- Raw: https://pluginprobe.com/plugins/getwid/3.0.1/raw/assets/blocks/progress-bar/block.json
- Modified: 2026-08-28T10:51:30+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/getwid/3.0.1/code/assets/blocks/progress-bar/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "getwid",
  "name": "getwid/progress-bar",
  "description": "Shows progress with a horizontal bar.",
  "category": "getwid-blocks",
  "title": "Progress Bar",
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "attributes": {
    "align": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "customBackgroundColor": {
      "type": "string"
    },
    "customTextColor": {
      "type": "string"
    },
    "fillAmount": {
      "type": "string",
      "source": "attribute",
      "selector": ".wp-block-getwid-progress-bar__wrapper",
      "attribute": "data-fill-amount",
      "default": "75"
    },
    "title": {
      "type": "string",
      "source": "html",
      "selector": ".wp-block-getwid-progress-bar__title"
    },
    "isAnimated": {
      "type": "string",
      "source": "attribute",
      "selector": ".wp-block-getwid-progress-bar__wrapper",
      "attribute": "data-is-animated",
      "default": "true"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": [
    "waypoints",
    "file:./view.js"
  ]
}
```
