You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A customnav module returns its configured page selection irrespective of
the requested parent page. When a selected page has subpages, the builder
recursed into the same selection and could loop indefinitely. Skip subpage
retrieval for custom navigations by default and expose the knp_skip_subpages
option to control it (prefixed to avoid clashing with page fields).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>