Hello Meta Box Team,
I'm using Meta Box AIO with Bricks Builder and have a question regarding the correct syntax for retrieving data from nested group fields on a custom settings page.
1. Our Goal:
Our goal is to manage all content for our main landing page via a custom Settings Page created with your extension. We are then using Bricks Builder's native Dynamic Data feature to display this content.
2. The Data Structure:
On our Settings Page (option_name: customizacao-do-site), we have a field structure with nested Groups:
Parent Group: lp__segmentacao_cards
Nested Group inside the parent: card_corretor
Single Image field inside the nested group: imagem_do_card
3. The Problem:
In the Bricks editor, we can successfully retrieve data from top-level fields on the settings page (e.g., {mb_settings_lp__heroi_titulo}).
However, when we try to access the nested image field, the dynamic data tag returns no value. We have tried several syntaxes, including the following, without success:
{mb_customizacao-do-site_card_corretor_icone_corretor}
4. Our Question:
Is there a specific syntax required within Bricks Builder's dynamic data tags to correctly access a sub-field that is inside a nested group on a Settings Page? Or is this a known limitation?
We are trying to avoid using custom PHP functions to keep the build process as clean as possible within the visual editor.
Thank you for your time and for the excellent plugin.