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
I've started to work on this feature already. The idea is simple:
Note
Pitch with dev team required
Note
Meta issue that should be planned and split
Sysadmin can create multiple menu entities.
The menu entity can contain multiple menu items with different attributes (such as title, url, class etc)
The order and hierarcy of menu items can be changed via drag'n'drop mechanism.
There is a page to list all existing menus
There is a page to create a menu
There is a page to manage menu items for specific menu
There is a helper and/or snippet that helps you to render a menu by its unique name
Menu is styled responsively
Idea: Can we fetch the menus from a remote source, like Drupal API or maybe even scrap it from somewhere and cache? Do we need some kind of interface to transform the data so it fits our format?
Question: should it be a part of the blocksmith extension or a separate one?
Question: should we merge the blocksmith extension into the admin panel?
I've started to work on this feature already. The idea is simple:
Note
Pitch with dev team required
Note
Meta issue that should be planned and split