block.json
30 lines
| 1 | { |
| 2 | "name": "surecart/name", |
| 3 | "title": "Full Name", |
| 4 | "description": "Display a name collection field.", |
| 5 | "category": "surecart", |
| 6 | "keywords": ["name", "customer"], |
| 7 | "textdomain": "surecart", |
| 8 | "ancestor": ["surecart/form"], |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false |
| 12 | }, |
| 13 | "attributes": { |
| 14 | "required": { |
| 15 | "type": "boolean" |
| 16 | }, |
| 17 | "label": { |
| 18 | "type": "string", |
| 19 | "default": "Name" |
| 20 | }, |
| 21 | "help": { |
| 22 | "type": "string", |
| 23 | "default": "" |
| 24 | }, |
| 25 | "placeholder": { |
| 26 | "type": "string" |
| 27 | } |
| 28 | } |
| 29 | } |
| 30 |