| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | 3 | "apiVersion": 3, |
| 4 | - "name": "sd/input", | |
| 4 | + "name": "suredonation/input", | |
| 5 | 5 | "title": "Text", |
| 6 | 6 | "description": "Displays a SureDonation Text Field", |
| 7 | 7 | "category": "suredonation", |
| 8 | 8 | "keywords": [ "text", "input", "field", "name" ], |
| @@ -54,8 +54,16 @@ | ||
| 54 | 54 | }, |
| 55 | 55 | "maxLength": { |
| 56 | 56 | "type": "number", |
| 57 | 57 | "default": 100 |
| 58 | + }, | |
| 59 | + "inputMask": { | |
| 60 | + "type": "string", | |
| 61 | + "default": "none" | |
| 62 | + }, | |
| 63 | + "customInputMask": { | |
| 64 | + "type": "string", | |
| 65 | + "default": "" | |
| 58 | 66 | }, |
| 59 | 67 | "formId": { |
| 60 | 68 | "type": "number", |
| 61 | 69 | "default": 0 |