Skip to content
Snippets Groups Projects
Commit 3b1ffc88 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

NMAAS-999: Fixing input fields

parent 8fc5f850
No related branches found
No related tags found
No related merge requests found
...@@ -140,29 +140,12 @@ ...@@ -140,29 +140,12 @@
{ {
"label": "TECH_CONTACT", "label": "TECH_CONTACT",
"description": "TECH_CONTACT_DESCRIPTION", "description": "TECH_CONTACT_DESCRIPTION",
"hideLabel": false, "placeholder": "TECH_CONTACT_PLACEHOLDER",
"type": "container", "persistent": false,
"input": true, "type": "textfield",
"key": "techContact", "key": "techContact",
"tab": 0, "input": true,
"components": [ "inputFormat": "plain"
{
"label": "NAME",
"tableView": true,
"type": "textfield",
"input": true,
"key": "name",
"inputFormat": "plain"
},
{
"label": "EMAIL",
"tableView": true,
"type": "email",
"input": true,
"key": "email",
"inputFormat": "plain"
}
]
}, },
{ {
"label": "NAME", "label": "NAME",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment