@redneckz/wildless-cms-uni-blocks 0.14.543 → 0.14.544
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +1 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/bundle.umd.js +1 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/src/components/ApplicationForm/ApplicationForm.example.json +10 -3
- package/package.json +1 -1
- package/src/components/ApplicationForm/ApplicationForm.example.json +10 -3
|
@@ -174,7 +174,8 @@
|
|
|
174
174
|
{
|
|
175
175
|
"fieldType": "common",
|
|
176
176
|
"name": "name",
|
|
177
|
-
"required": true
|
|
177
|
+
"required": true,
|
|
178
|
+
"label": "Контактное лицо"
|
|
178
179
|
},
|
|
179
180
|
{
|
|
180
181
|
"fieldType": "common",
|
|
@@ -226,7 +227,12 @@
|
|
|
226
227
|
"label": "Наименование организации"
|
|
227
228
|
},
|
|
228
229
|
{ "fieldType": "common", "name": "inn", "required": true },
|
|
229
|
-
{
|
|
230
|
+
{
|
|
231
|
+
"fieldType": "common",
|
|
232
|
+
"name": "name",
|
|
233
|
+
"required": true,
|
|
234
|
+
"label": "Контактное лицо"
|
|
235
|
+
},
|
|
230
236
|
{ "fieldType": "common", "name": "phone", "required": true }
|
|
231
237
|
]
|
|
232
238
|
},
|
|
@@ -484,7 +490,8 @@
|
|
|
484
490
|
{
|
|
485
491
|
"fieldType": "common",
|
|
486
492
|
"name": "name",
|
|
487
|
-
"required": true
|
|
493
|
+
"required": true,
|
|
494
|
+
"label": "Контактное лицо"
|
|
488
495
|
},
|
|
489
496
|
{
|
|
490
497
|
"fieldType": "common",
|
package/package.json
CHANGED
|
@@ -174,7 +174,8 @@
|
|
|
174
174
|
{
|
|
175
175
|
"fieldType": "common",
|
|
176
176
|
"name": "name",
|
|
177
|
-
"required": true
|
|
177
|
+
"required": true,
|
|
178
|
+
"label": "Контактное лицо"
|
|
178
179
|
},
|
|
179
180
|
{
|
|
180
181
|
"fieldType": "common",
|
|
@@ -226,7 +227,12 @@
|
|
|
226
227
|
"label": "Наименование организации"
|
|
227
228
|
},
|
|
228
229
|
{ "fieldType": "common", "name": "inn", "required": true },
|
|
229
|
-
{
|
|
230
|
+
{
|
|
231
|
+
"fieldType": "common",
|
|
232
|
+
"name": "name",
|
|
233
|
+
"required": true,
|
|
234
|
+
"label": "Контактное лицо"
|
|
235
|
+
},
|
|
230
236
|
{ "fieldType": "common", "name": "phone", "required": true }
|
|
231
237
|
]
|
|
232
238
|
},
|
|
@@ -484,7 +490,8 @@
|
|
|
484
490
|
{
|
|
485
491
|
"fieldType": "common",
|
|
486
492
|
"name": "name",
|
|
487
|
-
"required": true
|
|
493
|
+
"required": true,
|
|
494
|
+
"label": "Контактное лицо"
|
|
488
495
|
},
|
|
489
496
|
{
|
|
490
497
|
"fieldType": "common",
|