block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 3.3.3, at dist/blocks/button/block.json
| 1 | { |
| 2 | "name": "blockspare/blockspare-buttons", |
| 3 | "category": "blockspare", |
| 4 | "attributes": { |
| 5 | "paddingTop": { |
| 6 | "type": "number", |
| 7 | "default": 12 |
| 8 | }, |
| 9 | "paddingRight": { |
| 10 | "type": "number", |
| 11 | "default": 22 |
| 12 | }, |
| 13 | "paddingBottom": { |
| 14 | "type": "number", |
| 15 | "default": 12 |
| 16 | }, |
| 17 | "paddingLeft": { |
| 18 | "type": "number", |
| 19 | "default": 22 |
| 20 | }, |
| 21 | "marginTop": { |
| 22 | "type": "number", |
| 23 | "default": 30 |
| 24 | }, |
| 25 | "marginBottom": { |
| 26 | "type": "number", |
| 27 | "default": 30 |
| 28 | }, |
| 29 | "marginLeft": { |
| 30 | "type": "number", |
| 31 | "default": 0 |
| 32 | }, |
| 33 | "marginRight": { |
| 34 | "type": "number", |
| 35 | "default": 0 |
| 36 | } |
| 37 | } |
| 38 | } |