Closed nosovk closed 1 year ago
Iām aware of the same issue in Netlify/Decap CMS: https://github.com/decaporg/decap-cms/issues/6642
Will figure out how it could be done in Sveltia CMS.
The fix is live! https://github.com/sveltia/sveltia-cms/releases/tag/v0.8.5
Sorry to keep you waiting šš¼
If we make use of we use Folder Collections Path and Folder Collections Media and Public Folder for content structure setup we have issue with folder deletion.
We got structure like that:
If we are going to delete
article1
from sveltia, thencontent/article1/index.md
removed, but the folder with contents (content/article1/image1.jpg
) still persists. We expect that folder deleted with an article and all related images.Proposed solution: add flag to delete folder with all content.