User: maximryzhov88@yandex.ru clicked save for playground/rmgi/test/form1-schema.json
This commit is contained in:
parent
61c9ec4719
commit
72f7d1d21c
|
@ -1,58 +1,40 @@
|
|||
{
|
||||
"properties": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"label": "Spark Connector",
|
||||
"value": "Spark Connector"
|
||||
}
|
||||
],
|
||||
"label": "Тип коннектора",
|
||||
"type": "select",
|
||||
"layout": {
|
||||
"row": "Row_1itqftz",
|
||||
"columns": null
|
||||
},
|
||||
"id": "Field_02u59pf",
|
||||
"key": "select_f7egcd",
|
||||
"description": "Реализуется плагином на стороне connector-proxy",
|
||||
"defaultValue": "<none>"
|
||||
"title": "Пример формы для отправки",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"title"
|
||||
],
|
||||
"properties": {
|
||||
"title": {
|
||||
"type": "string",
|
||||
"title": "Номер проверки"
|
||||
},
|
||||
{
|
||||
"components": [
|
||||
{
|
||||
"label": "Text field",
|
||||
"type": "textfield",
|
||||
"layout": {
|
||||
"row": "Row_1lh0ehq",
|
||||
"columns": null
|
||||
"tasks": {
|
||||
"type": "array",
|
||||
"title": "Юрлица",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"title"
|
||||
],
|
||||
"properties": {
|
||||
"title": {
|
||||
"type": "string",
|
||||
"title": "ИНН",
|
||||
"description": "Полный ИНН организации"
|
||||
},
|
||||
"id": "Field_16w42x5",
|
||||
"key": "textfield_qo2la"
|
||||
"details": {
|
||||
"type": "string",
|
||||
"title": "Наименование организации",
|
||||
"description": "Наименование будет получено автоматически"
|
||||
},
|
||||
"check": {
|
||||
"type": "boolean",
|
||||
"title": "Проверить?",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"showOutline": true,
|
||||
"isRepeating": true,
|
||||
"allowAddRemove": true,
|
||||
"defaultRepetitions": 0,
|
||||
"label": "Dynamic list",
|
||||
"type": "dynamiclist",
|
||||
"layout": {
|
||||
"row": "Row_16tp940",
|
||||
"columns": null
|
||||
},
|
||||
"id": "Field_1s7j1u2",
|
||||
"path": "endpoints_container",
|
||||
"conditional": {
|
||||
"hide": "=select_f7egcd.value != \"Spark Connector\""
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "object",
|
||||
"id": "Form_0ucaboh",
|
||||
"exporter": {
|
||||
"name": "form-js (https://demo.bpmn.io)",
|
||||
"version": "1.6.4"
|
||||
},
|
||||
"schemaVersion": 14
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue