Hello,
In ACF fields I have a repeater with a couple of fields and an additional repeater field for the button element.
In that additional repeater, there are two fields. Text and object with return format object so I can select page.
In Cornerstone, the row element is the looper provider and the column element is the looper consumer. Inside that column, I did set up a div element for the button. The div element is the looper provider with the looper key of the second repeater. On the button element, I’m calling the text field that displays the correct value, but inside the link button option when I put {{dc:post:permalink}} return is web URL and not URL of the selected page.
How to get link of the selected page?