From d4ff30cd4a314418212b15734603386fa3be42dd Mon Sep 17 00:00:00 2001 From: Om Gupta Date: Wed, 3 Jul 2024 18:55:01 +0530 Subject: [PATCH] properties added for tab nested --- component-models.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/component-models.json b/component-models.json index f3682df561..9efe481dc2 100644 --- a/component-models.json +++ b/component-models.json @@ -686,6 +686,42 @@ "label": "Tab Id", "description": "Sets the id of the tab.", "multi": true + }, + { + "component": "text", + "valueType": "string", + "name": "tab-name-child-1", + "value": "", + "label": "Tab Name Child 1", + "description": "Sets the name of the tab child 1.", + "multi": true + }, + { + "component": "text", + "valueType": "string", + "name": "tab-name-child-1-id", + "value": "", + "label": "Tab Name Child 1 Id", + "description": "Sets the id of the tab child 1.", + "multi": true + }, + { + "component": "text", + "valueType": "string", + "name": "tab-name-child-2", + "value": "", + "label": "Tab Name Child 2", + "description": "Sets the name of the tab child 2.", + "multi": true + }, + { + "component": "text", + "valueType": "string", + "name": "tab-name-child-2-id", + "value": "", + "label": "Tab Name Child 2 Id", + "description": "Sets the id of the tab child 2.", + "multi": true } ] },