outl1ne / nova-settings

A Laravel Nova tool for editing custom settings using native Nova fields.
MIT License
271 stars 99 forks source link

Link MenuSection directly when there is only one page #153

Closed johnpuddephatt closed 1 year ago

johnpuddephatt commented 1 year ago

This change adjusts the settings menu so that a single page of settings will result in a MenuSection that links directly to the settings page, rather than having a single child MenuItem.

I think this makes more sense than having a single item display in a submenu.