| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"textdomain": "getwid", |
| 5 |
"name": "getwid/price-box", |
| 6 |
"description": "Highlights a pricing plan with features.", |
| 7 |
"category": "getwid-blocks", |
| 8 |
"title": "Price Box", |
| 9 |
"supports": { |
| 10 |
"align": [ |
| 11 |
"wide", |
| 12 |
"full" |
| 13 |
], |
| 14 |
"html": false |
| 15 |
}, |
| 16 |
"attributes": { |
| 17 |
"backgroundColor": { |
| 18 |
"type": "string" |
| 19 |
}, |
| 20 |
"textColor": { |
| 21 |
"type": "string" |
| 22 |
}, |
| 23 |
"customBackgroundColor": { |
| 24 |
"type": "string" |
| 25 |
}, |
| 26 |
"customTextColor": { |
| 27 |
"type": "string" |
| 28 |
}, |
| 29 |
"title": { |
| 30 |
"type": "string", |
| 31 |
"source": "html", |
| 32 |
"selector": ".wp-block-getwid-price-box__title" |
| 33 |
}, |
| 34 |
"currency": { |
| 35 |
"type": "string", |
| 36 |
"source": "html", |
| 37 |
"selector": ".wp-block-getwid-price-box__currency" |
| 38 |
}, |
| 39 |
"amount": { |
| 40 |
"type": "string", |
| 41 |
"source": "html", |
| 42 |
"selector": ".wp-block-getwid-price-box__amount" |
| 43 |
}, |
| 44 |
"period": { |
| 45 |
"type": "string", |
| 46 |
"source": "html", |
| 47 |
"selector": ".wp-block-getwid-price-box__period" |
| 48 |
}, |
| 49 |
"features": { |
| 50 |
"type": "string", |
| 51 |
"source": "html", |
| 52 |
"selector": ".wp-block-getwid-price-box__features" |
| 53 |
}, |
| 54 |
"headerTag": { |
| 55 |
"type": "string", |
| 56 |
"default": "p" |
| 57 |
} |
| 58 |
}, |
| 59 |
"editorScript": "file:./index.js", |
| 60 |
"editorStyle": "file:./index.css", |
| 61 |
"style": "file:./style-index.css" |
| 62 |
} |