Skip to content

Commit

Permalink
Merge branch 'nested-tab-mapping'
Browse files Browse the repository at this point in the history
  • Loading branch information
omprakashgupta1995 committed Jul 3, 2024
2 parents 852082b + d4ff30c commit 8202caa
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 8202caa

Please sign in to comment.