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 has been archived by the owner on Apr 2, 2023. It is now read-only.
This task is more complicated than I initially thought but I am making some progress. Some things that make this complex is that you can have several menus, I consider each section a MenuSection and each section has one or more MenuItem. A MenuItem may or may not be shown based on the following checks.
The current user has permission to see the item
The current user is authenticated
A context variable, such as site id, is needed to display this item
A site setting or global setting can show or hide the item
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently there is no way to manage menus. It would be good if menus are stored in the database similar to how pages work.
The text was updated successfully, but these errors were encountered: