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

Images in Flexible field can't be deleted

Open jasperlanting10 opened this issue 4 years ago • 2 comments

When deleting an Image field in a Flexible field the image is not deleted.

In the example below the image_1 can be deleted, the image_2 can't be deleted. Image::make('Image', 'image_1'), Flexible::make('Flexible exampe', 'content->flexible_example')->addLayout('Item', 'item', [ Image::make('Image', 'image_2'), ]),

jasperlanting10 avatar Oct 04 '21 12:10 jasperlanting10

have seen the same behavior.

mstaack avatar Oct 07 '21 14:10 mstaack

Any updates or work around for this issue?

emilaspman avatar Feb 17 '22 15:02 emilaspman