uberswe / beubo

Beubo is a free, simple, and minimal CMS with unlimited extensibility using plugins
MIT License
21 stars 4 forks source link

Make menus dynamic #53

Open uberswe opened 3 years ago

uberswe commented 3 years ago

Currently there is no way to manage menus. It would be good if menus are stored in the database similar to how pages work.

uberswe commented 3 years ago

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.