File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 44
44
"type": "text",
45
45
"placeholders": {}
46
46
},
47
+ "integerErrorText": "This field requires a valid integer.",
48
+ "@integerErrorText": {
49
+ "description": "Error Text for integer validator",
50
+ "type": "text",
51
+ "placeholders": {}
52
+ },
53
+ "equalErrorText": "This field value must be equal to {value}.",
54
+ "@equalErrorText": {
55
+ "description": "Error Text for equal validator",
56
+ "type": "text",
57
+ "placeholders": {
58
+ "value": {}
59
+ }
60
+ },
61
+ "notEqualErrorText": "This field value must not be equal to {value}.",
62
+ "@notEqualErrorText": {
63
+ "description": "Error Text for not-equal validator",
64
+ "type": "text",
65
+ "placeholders": {
66
+ "value": {}
67
+ }
68
+ },
47
69
"urlErrorText": "This field requires a valid URL address.",
48
70
"@urlErrorText": {
49
71
"description": "Error Text for URL field",
You can’t perform that action at this time.
0 commit comments