| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"name": "sellkit-blocks/smart-coupon", |
| 4 |
"title": "Smart Coupon", |
| 5 |
"category": "sellkit-blocks", |
| 6 |
"textdomain": "sellkit", |
| 7 |
"icon": "media-document", |
| 8 |
"attributes": {}, |
| 9 |
"supports": { |
| 10 |
"inserter": true, |
| 11 |
"anchor": true, |
| 12 |
"align": [ |
| 13 |
"wide", |
| 14 |
"full" |
| 15 |
], |
| 16 |
"alignWide": true, |
| 17 |
"html": false, |
| 18 |
"multiple": true, |
| 19 |
"reusable": false |
| 20 |
}, |
| 21 |
"editorStyle": "file:../../../../assets/dist/blocks/smart-coupon/editor.css", |
| 22 |
"style": [ |
| 23 |
"wp-block-sellkit-smart-coupon sellkit-smart-coupon-widget", |
| 24 |
"file:../../../../assets/dist/blocks/smart-coupon/frontend.css" |
| 25 |
], |
| 26 |
"apiVersion": 3 |
| 27 |
} |
| 28 |
|