Dear @tristup,
Unfortunately that thread doesn’t cover the topic I am referring to.
I test this out at a component page with preview set to ‘спортсмен’ with any of two records available for that ACF Custom Post Type.
My structure is the following:
Tabs Element with Dynamic Content Looper Provider set to
{{dc:acf:post_field field="athlete_achievements"}}
There I have Tab Labels which pull up the years for “athlete_achievements” and set to:
set to {{ looper.field({"key":"season"}) }}
On the same level I added a div element to hold the strings of data from the nested repeater which is set to
{{dc:looper:field key="event"}}
And finally inside the div there is a Text Element which outputs the nested field data:
{{ looper.field({"key":"place"}) }} | {{ looper.field({"key":"type" }) }} | {{ looper.field({"key":"group" }) }} | {{ looper.field({"key":"discipline" }) }} | {{ looper.field({"key":"city" }) }}
Some nested fields return both ‘value’ and ‘label’. I want to show the ‘label’ instead of the ‘value’ for {{ looper.field({"key":"type" }) }}
but I can’t find the right syntax since the “key” is already used for the field name. If I change the output to one the ‘value’ or the ‘label’ data is shown properly. But I wonder if that possible to keep both outputs and to use the one you need on each instance including nested repeater is similar fashion as I described in my initial post for regulat root ACF fields.
I will provide access credentials in this post secure note in a minute.