outl1ne / nova-settings

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

Panels and Image support? #1

Closed zacksleo closed 4 years ago

zacksleo commented 5 years ago
  1. It would be great if it can support Field Panels or multi tabs?
  2. If I put a Image Field, It got an error when submitting without image change
        \OptimistDigital\NovaSettings\NovaSettings::setSettingsFields([
            Image::make('qrcode','qrcode'),
        ]);
Undefined property: stdClass::$qrcode",
Tarpsvo commented 4 years ago

Hey! Thanks for reporting this issue.

I added Panel support in 1.1.0. I've yet to look into the Image field issue.

Tarpsvo commented 4 years ago

Added Image support with deletion in version 1.2.0.