D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafdxji
/
shihty.com
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
Input
/
Filename :
block.json
back
Copy
{ "name": "surecart/input", "title": "Text Field", "description": "Displays a form text input field. This is saved with the order as additional metadata.", "category": "surecart", "keywords": ["text", "input", "custom", "field"], "textdomain": "surecart", "ancestor": ["surecart/form"], "supports": { "reusable": false, "html": false }, "attributes": { "required": { "type": "boolean" }, "value": { "type": "string", "default": "" }, "placeholder": { "type": "string", "default": "" }, "disabled": { "type": "boolean", "default": false }, "size": { "type": "string", "default": "" }, "label": { "type": "string", "default": "Input" }, "help": { "type": "string" }, "inputmode": { "type": "string" }, "max": { "type": ["string", "number"] }, "maxlength": { "type": "number" }, "name": { "type": "string", "default": "input" } }, "script": "surecart-components", "style": "surecart-theme-default" }