nova-flexible-content icon indicating copy to clipboard operation
nova-flexible-content copied to clipboard

flexible content image delete

Open eno7x opened this issue 2 years ago • 0 comments

This is the error I get when I try to delete the image in the snapshot. Has anyone encountered this problem and found a solution, thanks in advance image

            Flexible::make('attributes')
                ->addLayout('Simple gallery section', 'gallery', [
                    Text::make('Title'),
                    Image::make('Image')
                        ->path('pages')
                        ->preview(function ($value, $disk) {
                            return $value ? Storage::disk($disk)->url($value) : null;
                        })->prunable(),

                ])

eno7x avatar May 16 '23 13:05 eno7x