block.json
31 lines
| 1 | { |
| 2 | "name": "surecart/first-name", |
| 3 | "title": "First Name", |
| 4 | "description": "Display a first name collection field.", |
| 5 | "category": "surecart", |
| 6 | "keywords": ["first-name", "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 | "default": false |
| 17 | }, |
| 18 | "label": { |
| 19 | "type": "string", |
| 20 | "default": "First Name" |
| 21 | }, |
| 22 | "help": { |
| 23 | "type": "string", |
| 24 | "default": "" |
| 25 | }, |
| 26 | "placeholder": { |
| 27 | "type": "string" |
| 28 | } |
| 29 | } |
| 30 | } |
| 31 |