We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d6633 commit 41c93ceCopy full SHA for 41c93ce
schemas/field.json
@@ -165,7 +165,13 @@
165
"additionalProperties": { "type": "string" }
166
},
167
"placeholders": {
168
- "description": "Translatable placeholders (address only).",
+ "description": "Translatable placeholders of fields with subfields (address only).",
169
+ "type": "object",
170
+ "minProperties": 1,
171
+ "additionalProperties": { "type": "string" }
172
+ },
173
+ "labels": {
174
+ "description": "Translatable labels of fields with subfields (address only).",
175
"type": "object",
176
"minProperties": 1,
177
0 commit comments