nova-json icon indicating copy to clipboard operation
nova-json copied to clipboard

Image field inside json field

Open nicsmyrn opened this issue 11 months ago • 0 comments

I am trying to use an image field inside the json field but it seems is not working, any ideas? here is my code: Image::make('Image') ->path('entries/'.$this->model()->hash_id) ->acceptedTypes('image/*') ->storeAs(function ($request) { return $request->file('metadata->entries.image')->getClientOriginalName(); }) ->disk(config('filesystems.default')),

nicsmyrn avatar Feb 10 '25 16:02 nicsmyrn