outl1ne / nova-settings

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

Panels do not support limit option #22

Closed martijn94 closed 3 years ago

martijn94 commented 4 years ago

The panels feature does not support the ->limit() feature added in nova 2.

https://nova.laravel.com/docs/3.0/resources/fields.html#field-panels

Would be nice to have this to make the settings view way more organized.

May look into a PR when my project is finished.

Thanks for creating this.

Tarpsvo commented 4 years ago

The ->limit() function only works on detail view, but this package renders the whole view as if it was a form. Might be tricky to get it working.