Browser: Chrome 110 OS: macOS / Windows / Linux / etc. URL: Link to a page that illustrates this issue Video: Short screen recording that illustrates this issue (free tool: jam.dev)
[Please describe this bug in as much detail as possible so we can replicate & debug this bug]
Heya, I came across this issue with loop inside looped nestable tabs. Basically the loop inside doesnt loop anything, no matter the structure (direct child of nestable tabs loop / one child between them). Nestable tabs are working correctly, static content is displaying as expected.
Unfortunately, it’s not supported in Bricks. (Limitation in current code base)
Your current structure: (combined group + repeater in multi-level)
Group (photovoltaic_power_plants_page_tabs_section)
– Repeater (photovoltaic_power_plants_page_tabs)
---- Group (photovoltaic_power_plants_page_tab_content)
------ Repeater (photovoltaic_power_plants_page_tab_content_blocks)
-------- Text Field (photovoltaic_power_plants_page_tab_content_block_title)
Bricks wouldn’t be able to detect the parent of the Text Field correctly.
Can you try it this way? (Please note that the data will be erased, please backup before making this change)
Group
– Repeater
---- Tab / Accordion (Just for visual separation)
------ Repeater
-------- Text Field
You can have nested repeaters but don’t add group in between each repeater.
The group is something that causes Bricks unable to retrieve the correct field value. (Can’t find the parent correctly)