Skip to content

Commit

Permalink
properties added for tab nested
Browse files Browse the repository at this point in the history
  • Loading branch information
omprakashgupta1995 committed Jul 3, 2024
1 parent 8761557 commit d4ff30c
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
},
Expand Down

0 comments on commit d4ff30c

Please sign in to comment.