Multiple child slots on a page
Hi,
We have scenarios wherein we need to implement different presentation logic slots in a page. Hence we're trying to use slots in respective section (flex asset) templates.
The requirement is i need to have an overall slot A (parent) which sets the presentation attributes (color, styling etc.) for the main/background sections of the page. We are trying to achieve it using a template on main container asset.
This container asset container multiple assets which are expected to have their own slots.
Problem:
In web mode, when I hover over the section of the page, assets having own slots , I only get see the main slot A (parent) over and not the one implemented specifically for that section.