-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
Description
Describe the bug
media_folder: "static/img"
is only looking for the root folder. Not subfolders.
To Reproduce
- Create subfolders inside media folder
- Check admin / Media Tab
- Cannot see images inside subfolders
Expected behavior
All images inside the selected path should show.
Example:
/static/img/
/static/img/screens
/static/img/visuals
/static/img/icons
Applicable Versions:
Windows, Github, Eleventy, Json data
CMS configuration
backend:
name: github
repo: username/repo
media_folder: "static/img"