@wordpress/block-library
Version:
Block library for the WordPress editor.
16 lines (15 loc) • 460 B
JSON
{
"$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" ]
}