FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
Password
Edit File: block.json
{ "name": "surecart/password", "title": "Password", "apiVersion": 3, "description": "Displays a password field to let a new user set a password.", "category": "surecart", "keywords": ["password", "input"], "textdomain": "surecart", "ancestor": ["surecart/form"], "supports": { "reusable": false, "html": false }, "attributes": { "required": { "type": "boolean" }, "autofocus": { "type": "boolean", "default": false }, "showLabel": { "type": "boolean", "default": true }, "value": { "type": "string", "default": "" }, "placeholder": { "type": "string", "default": "" }, "disabled": { "type": "boolean", "default": false }, "size": { "type": "string", "default": "" }, "label": { "type": "string", "default": "Set A Password" }, "help": { "type": "string" }, "inputmode": { "type": "string" }, "max": { "type": ["string", "number"] }, "maxlength": { "type": "number" }, "name": { "type": "string" }, "confirmation": { "type": "boolean", "default": false }, "confirmation_label": { "type": "string", "default": "Password Confirmation" }, "confirmation_placeholder": { "type": "string", "default": "" }, "confirmation_help": { "type": "string" } } }
Save
Back