Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
firepot
/
wp-content-20250114100547
/
plugins
/
gutenberg
/
build
/
block-library
/
blocks
/
form-submission-notification
:
block.json
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "__experimental": true, "name": "core/form-submission-notification", "title": "Form Submission Notification", "category": "common", "ancestor": [ "core/form" ], "description": "Provide a notification message after the form has been submitted.", "keywords": [ "form", "feedback", "notification", "message" ], "textdomain": "default", "icon": "feedback", "attributes": { "type": { "type": "string", "default": "success" } } }