It 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.
It 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/uploadswhere 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/uploadsfolder and not allow them to navigate back up the file tree from there. If they want to make subfolders inuploadsand 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.