Enhancement: Media Library showing content folders.
See original GitHub issueIt seems like there is a feature to show ‘content’ folders that have images in them.
This has been confusing my editors as they are dropping images in the content folder instead of into static/uploads
where media should go for this project. "frontMatter.content.publicFolder": "static/uploads"
Is there a way to strictly limit the folders that the ‘Media’ tab can show and at the same time get the paths correct to those assets when inserting them into frontmatter, image snippets, etc.?
If I had a preference, I would only let the ‘Media’ tab in the Dashboard show the editors the contents of the static/uploads
folder and not allow them to navigate back up the file tree from there. If they want to make subfolders in uploads
and put stuff in there I am okay with that, but anything outside of static is not working well and leading to frustration and extra support.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (6 by maintainers)
Top GitHub Comments
Working with it today and a couple of minor things have come up, but I think that this specific issue is resolved.
I am going to do some testing today. I’ve been more on the backend code side of some projects lately and wrapped a lot of that up.
Thank you for the ping, I am especially excited to try the new Snippets feature too!
On Thu, Mar 17, 2022 at 2:31 AM Elio Struyf @.***> wrote: