oscer-io / oscer

A simple CMS and blogging platform as a Laravel package
https://oscer.io/
MIT License
9 stars 2 forks source link

Refactor menus #136

Closed bambamboole closed 4 years ago

bambamboole commented 4 years ago

This PR adds a MenuItemsField which is the draggable list. currently the reordering works but there is no option to edit delete or create new menu items.

I also want to introduce a Link model which is a polymorphic model and can hold more information. It also gives us the possibility to update links automatically if a slug is changed. This Model should have a dedicated LinkField.