| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"__experimental": true, |
| 5 |
"name": "core/form-submit-button", |
| 6 |
"title": "Form Submit Button", |
| 7 |
"category": "widgets", |
| 8 |
"icon": "button", |
| 9 |
"ancestor": [ "core/form" ], |
| 10 |
"allowedBlocks": [ "core/buttons", "core/button" ], |
| 11 |
"description": "A submission button for forms.", |
| 12 |
"keywords": [ "submit", "button", "form" ], |
| 13 |
"textdomain": "default", |
| 14 |
"style": [ "wp-block-form-submit-button" ] |
| 15 |
} |
| 16 |
|