| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "blockspare/blockspare-pricing", |
| 5 |
"title": "Pricing Table", |
| 6 |
"category": "blockspare", |
| 7 |
"description": "Display product tiers, subscription plans, and features in a clean pricing table.", |
| 8 |
"attributes": { |
| 9 |
"columns": { |
| 10 |
"type": "number", |
| 11 |
"default": 3 |
| 12 |
}, |
| 13 |
"columnsGap": { |
| 14 |
"type": "number", |
| 15 |
"default": 1 |
| 16 |
}, |
| 17 |
"align": { |
| 18 |
"type": "string", |
| 19 |
"default": "wide" |
| 20 |
}, |
| 21 |
"defaultItems": { |
| 22 |
"type": "number", |
| 23 |
"default": 3 |
| 24 |
}, |
| 25 |
"blockLayout": { |
| 26 |
"type": "string", |
| 27 |
"default": "bs-layout-1" |
| 28 |
}, |
| 29 |
"marginTop": { |
| 30 |
"type": "number", |
| 31 |
"default": 30 |
| 32 |
}, |
| 33 |
"marginRight": { |
| 34 |
"type": "number", |
| 35 |
"default": 0 |
| 36 |
}, |
| 37 |
"marginBottom": { |
| 38 |
"type": "number", |
| 39 |
"default": 30 |
| 40 |
}, |
| 41 |
"marginLeft": { |
| 42 |
"type": "number", |
| 43 |
"default": 0 |
| 44 |
}, |
| 45 |
"uniqueClass": { |
| 46 |
"type": "string", |
| 47 |
"default": "" |
| 48 |
}, |
| 49 |
"pricingLayout": { |
| 50 |
"type": "string", |
| 51 |
"default": "blockspare-pricing-table-layout-1" |
| 52 |
}, |
| 53 |
"animation": { |
| 54 |
"type": "string", |
| 55 |
"default": "" |
| 56 |
} |
| 57 |
}, |
| 58 |
"editorScript": "file:./index.js", |
| 59 |
"editorStyle": "file:./index.css", |
| 60 |
"style": "file:./style-index.css" |
| 61 |
} |