block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 3.3.3, at dist/blocks/linear-progressbar/block.json
| 1 | { |
| 2 | "name": "blockspare/blockspare-linearprogressbar", |
| 3 | "category": "blockspare", |
| 4 | "attributes": { |
| 5 | "className": { |
| 6 | "type": "string" |
| 7 | }, |
| 8 | "align": { |
| 9 | "type": "string", |
| 10 | "default": "center" |
| 11 | }, |
| 12 | "uniqueClass": { |
| 13 | "type": "string", |
| 14 | "default": "" |
| 15 | }, |
| 16 | "animation": { |
| 17 | "type": "string", |
| 18 | "default": "" |
| 19 | }, |
| 20 | "uniqueId": { |
| 21 | "type": "string", |
| 22 | "default": "" |
| 23 | }, |
| 24 | "defaultItems": { |
| 25 | "type": "number", |
| 26 | "default": 3 |
| 27 | }, |
| 28 | "paddingTop": { |
| 29 | "type": "number", |
| 30 | "default": 0 |
| 31 | }, |
| 32 | "paddingRight": { |
| 33 | "type": "number", |
| 34 | "default": 0 |
| 35 | }, |
| 36 | "paddingBottom": { |
| 37 | "type": "number", |
| 38 | "default": 0 |
| 39 | }, |
| 40 | "paddingLeft": { |
| 41 | "type": "number", |
| 42 | "default": 0 |
| 43 | }, |
| 44 | "marginTop": { |
| 45 | "type": "number", |
| 46 | "default": 30 |
| 47 | }, |
| 48 | "marginRight": { |
| 49 | "type": "number", |
| 50 | "default": 0 |
| 51 | }, |
| 52 | "marginBottom": { |
| 53 | "type": "number", |
| 54 | "default": 30 |
| 55 | }, |
| 56 | "marginLeft": { |
| 57 | "type": "number", |
| 58 | "default": 0 |
| 59 | } |
| 60 | } |
| 61 | } |