PluginProbe
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management / 1.1.0
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management v1.1.0
1.6.0 1.5.1 1.5.0 1.4.0 1.3.0 trunk 0.0.1 1.0.0 1.1.0 1.1.1 1.1.2 1.2.0
← All changes | inc/blocks/input/block.json +9 -1 0.0.1 → 1.1.0 View file →
@@ -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