block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 1.0.1, at src/blocks/linear-progressbar/progressbar/block.json
| 1 | { |
| 2 | "name": "blockspare/blockspare-skillbar", |
| 3 | "category": "blockspare", |
| 4 | "attributes": { |
| 5 | "className": { |
| 6 | "type": "string" |
| 7 | }, |
| 8 | "blockID": { |
| 9 | "type": "string", |
| 10 | "default": "" |
| 11 | }, |
| 12 | "title": { |
| 13 | "type": "string", |
| 14 | "default": "Enter title" |
| 15 | }, |
| 16 | "textColor": { |
| 17 | "type": "string", |
| 18 | "default": "#404040" |
| 19 | }, |
| 20 | |
| 21 | "percentageTextColor": { |
| 22 | "type": "string", |
| 23 | "default": "#8b249c" |
| 24 | }, |
| 25 | "textSize": { |
| 26 | "type": "number", |
| 27 | "default": 20 |
| 28 | }, |
| 29 | "percentage": { |
| 30 | "type": "number", |
| 31 | "default": 25 |
| 32 | }, |
| 33 | |
| 34 | "sectionAlignment": { |
| 35 | "type": "string", |
| 36 | "default": "left" |
| 37 | }, |
| 38 | "barColor": { |
| 39 | "type": "string", |
| 40 | "default": "#3c1a5b" |
| 41 | }, |
| 42 | "backgroundColor": { |
| 43 | "type": "string", |
| 44 | "default": "#f6f6f6" |
| 45 | }, |
| 46 | "barThickness": { |
| 47 | "type": "number", |
| 48 | "default": 2 |
| 49 | } |
| 50 | } |
| 51 | } |