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
We already have one that's dynamically created and sortable from Pages, you can also create custom navigations, but the admin menu manager should be separated and made flexible to support, user created static menus and default dynamic menus like a modules list.
Should be easy enough to start with just grabbing the list from the db, settings a sort order by and name.
However it needs to be flexible to add into Sections or Area's these are Main Nav, Top Nav, etc...
The Theme Manager will also have to tap into this to add or remove items.
At the moment, the quickest way to make it all function and look pretty would be jQuery Sortable
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A simple admin menu manager
We already have one that's dynamically created and sortable from Pages, you can also create custom navigations, but the admin menu manager should be separated and made flexible to support, user created static menus and default dynamic menus like a modules list.
Should be easy enough to start with just grabbing the list from the db, settings a sort order by and name.
However it needs to be flexible to add into Sections or Area's these are Main Nav, Top Nav, etc...
The Theme Manager will also have to tap into this to add or remove items.
At the moment, the quickest way to make it all function and look pretty would be jQuery Sortable
Beta Was this translation helpful? Give feedback.
All reactions