Open rpominov opened 1 year ago
And we need to consider how we would allow full deletion in the future by showing user all instances and asking them if they are ok with breaking those when deleting.
This is the case for all asset types, right now images and fonts, in the future more.
Webflow right now never fully deletes and never tells anyone. Once image is uploaded, its in the cloud forever (not even sure if they delete when user deletes a project and/or account, need to test that).
me and @istarkov decided to not mark as deleted ever, because this will make it complicated to introduce a limitation logic, because if we mark as deleted, we have to still count it towards some limit, to prevent abuse.
It is better to go straight for the final solution and communicate to the user where asset is used and if they want to delete it still
For now if user deletes an image, it can break a published site. It kinda makes sense, we just don't have a proper check yet.
https://discord.com/channels/955905230107738152/1050325557348409377
If we delete assets published projects can break. We should mark as deleted instead of deleting.