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
{{ message }}
This repository was archived by the owner on Apr 23, 2026. It is now read-only.
There is an issue in the way
eea.facetednavigationinserts its layouts into the Plone Display menu.If your type has only one available view (example :
summary_viewon Collection), the Plone Display menuavailable()method returnsFalseand the faceted menu items insertion does not occur.(https://github.com/plone/plone.app.contentmenu/blob/df5f2e290eb5d8cc98a2eb692d35eae6cd96a2d7/plone/app/contentmenu/menu.py#L177).
Thus, the Display menu is hidden even if you have several faceted layouts defined !