Is is possible to pass a variable into a the options part of a select field type?
example as follows, in perch all I see in the cms as a selectable option is <perch:content id="
php
<?php
PerchSystem::set_vars(['pagesArr'=>'Page 1|url1.html, Page 2|url2.html']);
perch_content_custom('Slide Content');
?>
perch template
<perch:content id="heading" type="text" label="Heading">
<perch:content id="pages" type="select" label="Pages" options="<perch:content id="pagesArr">">