Forum
"Multiple Item Regions / List Detail mode" -> include repeater items
Heyho, i have a short question:
i would like to show the "repeater items" in the multiple item overview. But how? It works for standard inputfields but repeater items won't be shown.
eg.
Regionoptions ("bonus_category_name" = repeater.item): https://grab.by/Ewb6
List of Products (last headline shows "-"): https://grab.by/Ewb8
I know i can use html-tags, too. eg.
<perch:repeater id="bonus_option" label="Zusätzliche Auswahlmöglichkeit">
<perch:content
id="bonus_option_name"
type="text"
label="Zusatz Angabe"
help="Bspw Angaben zu 'Hardware Farbe', 'Trikotgröße', 'Körper Größe'" />
</perch:repeater>
But it leads to the same Problem.
Any Ideas?
Try using
bonus_option.bonus_option_name
in the region options. I've had mixed success with doing this, but I believe that should work.unfortunately, no :-(
that's just for the
perch_content_custom
function.You can't show them there - the listing requires a single value to output, and repeaters output multiple values.
sad, sad. but thanks for helping
I'd be open to suggestions for how to handle multiple values in the UI.