Skip to content

Commit

Permalink
nested tab carousel type authorable added
Browse files Browse the repository at this point in the history
  • Loading branch information
omprakashgupta1995 committed Jul 4, 2024
1 parent 4f311fd commit f848bf7
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -739,18 +739,35 @@
},
{
"component": "select",
"name": "carouselshowtype",
"value": "primary",
"label": "Type",
"name": "child1carouselshowtype",
"value": "normal",
"label": "Child 1 Type",
"valueType": "string",
"options": [
{
"name": "primary",
"value": "primary"
"name": "normal",
"value": "normal"
},
{
"name": "secondary",
"value": "secondary"
"name": "carousel",
"value": "carousel"
}
]
},
{
"component": "select",
"name": "child2carouselshowtype",
"value": "normal",
"label": "Child 2 Type",
"valueType": "string",
"options": [
{
"name": "normal",
"value": "normal"
},
{
"name": "carousel",
"value": "carousel"
}
]
}
Expand Down

0 comments on commit f848bf7

Please sign in to comment.