block.json
20 lines
| 1 | { |
| 2 | "apiVersion": 2, |
| 3 | "name": "surecart/button", |
| 4 | "title": "Button", |
| 5 | "description": "Display a checkout form button.", |
| 6 | "category": "surecart", |
| 7 | "keywords": ["button", "submit", "checkout", "engine"], |
| 8 | "textdomain": "surecart", |
| 9 | "ancestor": ["surecart/form"], |
| 10 | "supports": { |
| 11 | "reusable": false, |
| 12 | "html": false |
| 13 | }, |
| 14 | "editorScript": "surecart-components", |
| 15 | "script": "surecart-components", |
| 16 | "viewScript": "surecart-components", |
| 17 | "editorStyle": "surecart-themes-default", |
| 18 | "style": "surecart-themes-default" |
| 19 | } |
| 20 |