| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "blockspare/blockspare-linearprogressbar", |
| 5 |
"category": "blockspare", |
| 6 |
"attributes": { |
| 7 |
"uniqueClass": { |
| 8 |
"type": "string" |
| 9 |
}, |
| 10 |
"className": { |
| 11 |
"type": "string" |
| 12 |
}, |
| 13 |
"align": { |
| 14 |
"type": "string", |
| 15 |
"default": "center" |
| 16 |
}, |
| 17 |
"uniqueId": { |
| 18 |
"type": "string", |
| 19 |
"default": "" |
| 20 |
}, |
| 21 |
"defaultItems": { |
| 22 |
"type": "number", |
| 23 |
"default": 3 |
| 24 |
}, |
| 25 |
"paddingTop": { |
| 26 |
"type": "number", |
| 27 |
"default": 0 |
| 28 |
}, |
| 29 |
"paddingRight": { |
| 30 |
"type": "number", |
| 31 |
"default": 0 |
| 32 |
}, |
| 33 |
"paddingBottom": { |
| 34 |
"type": "number", |
| 35 |
"default": 0 |
| 36 |
}, |
| 37 |
"paddingLeft": { |
| 38 |
"type": "number", |
| 39 |
"default": 0 |
| 40 |
}, |
| 41 |
"marginTop": { |
| 42 |
"type": "number", |
| 43 |
"default": 30 |
| 44 |
}, |
| 45 |
"marginRight": { |
| 46 |
"type": "number", |
| 47 |
"default": 0 |
| 48 |
}, |
| 49 |
"marginBottom": { |
| 50 |
"type": "number", |
| 51 |
"default": 30 |
| 52 |
}, |
| 53 |
"marginLeft": { |
| 54 |
"type": "number", |
| 55 |
"default": 0 |
| 56 |
}, |
| 57 |
"animation": { |
| 58 |
"type": "string", |
| 59 |
"default": "" |
| 60 |
} |
| 61 |
}, |
| 62 |
"editorScript": "file:./index.js", |
| 63 |
"editorStyle": "file:./index.css", |
| 64 |
"style": "file:./style-index.css", |
| 65 |
"viewScript": "file:./view.js" |
| 66 |
} |