block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 1.0.2, at src/blocks/pricing-table/block.json
| 1 | { |
| 2 | "name":"blockspare/blockspare-pricing", |
| 3 | "category":"blockspare", |
| 4 | "attributes": { |
| 5 | "columns": { |
| 6 | "type": "number", |
| 7 | "default": 2 |
| 8 | }, |
| 9 | "columnsGap": { |
| 10 | "type": "number", |
| 11 | "default": 1 |
| 12 | }, |
| 13 | "align": { |
| 14 | "type": "string", |
| 15 | "default": "center" |
| 16 | }, |
| 17 | "defaultItems": { |
| 18 | "type": "number", |
| 19 | "default": 2 |
| 20 | }, |
| 21 | "marginTop": { |
| 22 | "type": "number", |
| 23 | "default": 30 |
| 24 | }, |
| 25 | |
| 26 | "marginBottom": { |
| 27 | "type": "number", |
| 28 | "default": 30 |
| 29 | } |
| 30 | } |
| 31 | } |