nova-flexible-content
nova-flexible-content copied to clipboard
flexible content image delete
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

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(),
])