weslal/nova-settings-tool

Haven't support Image or File field yet.

Opened this issue · 0 comments

First, I want to say thank you. This is a great tool.

I tried to use field and image field, but it doesn't work.

->item('logo', function (SettingItem $item) {
                        $item->name('Logo')
                            ->field(File::make('logo')->disk('public'));
                    });;

I know you haven't tested the image and file field yet, but is it possible you can support those fields for this tool? I think that is used a lot like text and textarea field.

Thank you!