Hi,
I'm trying to create an accordion block, and another accordion item inside it. The requirement is to be able to add other blocks such as image, title, video inside accordion item. Below is my filter.json file.
{
"id": "accordion",
"components": ["accordion-item"]
},
{
"id": "accordion-item",
"components": ["text", "image", "button", "cards", "title", "teaser"]
}
When I click on accordion item, I'm not able to see 'plus icon' to add any blocks. Is it possible in EDS to do it or any other ways I could do that. Please let me know.
Thanks.