Creating tab component using dynamic zone

System Information
  • Strapi Version: 3.6.5
  • Operating System: Window
  • Database: MySQL
  • Node Version: 14
  • NPM Version: 6.
  • Yarn Version:

Hi, I am trying to create a tab component using dynamic zone. There is a section with a title and subtitle and the section contain tabs with title, each tab has a list of icons which can be considered as repeatable type component. Now when I am trying to create the structure its not allowing me to add/create component inside component, So I am unable to move forward with structure.

Basically I need something of structure like this:

{
__type:“tabsection”,
“title”:sting,
“subtitle”:string",
tabs:[
{
“title”:string;
icons:[
{
“image”:url,
“title”:string,
}
]
}
]
}

is its possible?

As show in above screenshot when i try to add component tab-component in dynamic zone component its not showing up in the list

Hi @Rinku_Samanta, Have you got any solutions to solve the above scenario? If any, let me know because I’m trying to explore this tab section.

Thanks
Bala