| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "ghostkit/form-submit-button", |
| 5 |
"parent": ["ghostkit/form"], |
| 6 |
"category": "ghostkit", |
| 7 |
"title": "Submit Button", |
| 8 |
"description": "Form submit button.", |
| 9 |
"supports": { |
| 10 |
"html": false, |
| 11 |
"className": false, |
| 12 |
"anchor": true, |
| 13 |
"reusable": false |
| 14 |
}, |
| 15 |
"attributes": { |
| 16 |
"align": { |
| 17 |
"type": "string", |
| 18 |
"default": "none" |
| 19 |
} |
| 20 |
} |
| 21 |
} |
| 22 |
|