From 7741d56bed8f196c5b7ad0edc6b4ba3179c063b4 Mon Sep 17 00:00:00 2001 From: Matej Date: Tue, 26 Nov 2024 12:03:02 +0100 Subject: [PATCH] Minor fix of the form structure #12 --- WebApp/form_structure.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/WebApp/form_structure.json b/WebApp/form_structure.json index cd4f302..ccb588a 100644 --- a/WebApp/form_structure.json +++ b/WebApp/form_structure.json @@ -4,20 +4,21 @@ { "id": "targetDatabaseSection", "title": "Target Database and Description", - "fields": [ + "type":"COMPLEX", + "subfields": [ { "id": "targetDatabase", "label": "Target Database", - "type": "SIMPLE", + "type": "REPEATABLE", "inputType": "text", - "readonly": true + "placeholder":"Target Database" }, { "id": "description", "label": "Description", "type": "SIMPLE", "inputType": "text", - "readonly": true + "placeholder":"Query description" } ] }, @@ -31,7 +32,8 @@ "id": "goal", "label": "Goal", "type": "SIMPLE", - "inputType": "text" + "inputType": "text", + "placeholder":"goal" }, { "id": "columns",