Forum
Adding a common text area to each Repeater item
Is there a way I can add a shared text area to each repeater item.
Basically I have a repeated item (Slider).
I want each slide to have a common text-area that can also be updated by my client. Rather than having to copy/paste it for each slide, can I create a template that allows them to change only write it once?
It need to be in the page region template and not a 'Shared' region.
Do you want the same content for each item in the repeater?
Each slide will need a different image and slide heading.
But all the slides in the repeater need to share a text-area with code. (Which needs to be editable in the CMS).
Hello James,
You can have a (suppressed) field outside the repeater and you can bring it into the repeater's scope by using the
scope-parent
attribute:Docs:
suppress
attribute: https://docs.grabaperch.com/templates/attributes/suppress/Perfect Thanks guys.