Hi there,
Is there a way to get:
foreach($templates as $template){
$options.= "<li>{$template->name}</li>";
}
to work for a selectbox inside "getModuleConfigInputfields"?
i am implementing a module which hooks after page->save.
i need the Values (Parent Template, Child Template, Child num...