I was thinking, is there's a way to list the page names from a clonable page inside a dropdown from a repeatable region ?
Something that at first sight would look like this:
I can use the message type to show the page titles but not inside a dropdown and since set doesn't work with variables....
...except that this isn't designed to work
)
Something that at first sight would look like this:
- Code: Select all
<cms:repeatable name='my_pages' label='1'>
<cms:editable name="listing" label="Pages" desc="" opt_values='<cms:pages masterpage="pages.php"><cms:show k_page_title /> | </cms:pages>' type='dropdown' order='1'/>
</cms:repeatable>
I can use the message type to show the page titles but not inside a dropdown and since set doesn't work with variables....
...except that this isn't designed to work
