16 lines
460 B
JSON
Executable File
16 lines
460 B
JSON
Executable File
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"__experimental": true,
|
|
"name": "core/form-submit-button",
|
|
"title": "Form Submit Button",
|
|
"category": "common",
|
|
"icon": "button",
|
|
"ancestor": [ "core/form" ],
|
|
"allowedBlocks": [ "core/buttons", "core/button" ],
|
|
"description": "A submission button for forms.",
|
|
"keywords": [ "submit", "button", "form" ],
|
|
"textdomain": "default",
|
|
"style": [ "wp-block-form-submit-button" ]
|
|
}
|