I have several custom page types on my site, which all inherit fields from a custom @base@ type, including a field defining which navigation areas a particular page can appear in.I'm trying to use the CMSListMenu control, which I believe is the recommended approach for a nav, but it looks like it's using View_CMS_Tree_Joined which obviously doesn't include my custom field so I just get an error.What's the recommended approach to build a menu where visibility is based on a custom page type field?
↧