block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 3.3.3, at dist/blocks/pricing-table/block.json
| 1 | { |
| 2 | "name": "blockspare/blockspare-pricing", |
| 3 | "category": "blockspare", |
| 4 | "attributes": { |
| 5 | "columns": { |
| 6 | "type": "number", |
| 7 | "default": 3 |
| 8 | }, |
| 9 | "columnsGap": { |
| 10 | "type": "number", |
| 11 | "default": 1 |
| 12 | }, |
| 13 | "align": { |
| 14 | "type": "string", |
| 15 | "default": "wide" |
| 16 | }, |
| 17 | "defaultItems": { |
| 18 | "type": "number", |
| 19 | "default": 3 |
| 20 | }, |
| 21 | "blockLayout": { |
| 22 | "type": "string", |
| 23 | "default": "bs-layout-1" |
| 24 | }, |
| 25 | "marginTop": { |
| 26 | "type": "number", |
| 27 | "default": 30 |
| 28 | }, |
| 29 | "marginRight": { |
| 30 | "type": "number", |
| 31 | "default": 0 |
| 32 | }, |
| 33 | "marginBottom": { |
| 34 | "type": "number", |
| 35 | "default": 30 |
| 36 | }, |
| 37 | "marginLeft": { |
| 38 | "type": "number", |
| 39 | "default": 0 |
| 40 | }, |
| 41 | "uniqueClass": { |
| 42 | "type": "string", |
| 43 | "default": "" |
| 44 | }, |
| 45 | "pricingLayout": { |
| 46 | "type": "string", |
| 47 | "default": "blockspare-pricing-table-layout-1" |
| 48 | }, |
| 49 | "animation": { |
| 50 | "type": "string", |
| 51 | "default": "" |
| 52 | } |
| 53 | } |
| 54 | } |