[Cloudinary] Support for "folder" option?
- Dominant language
- JavaScript
- Stars
- 19.4k
- Forks
- 3.1k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 9
Description
Cloudinary has a [`folder` option](https://cloudinary.com/documentation/media_library_widget) that lets you open the upload widget to a specific subdirectory:
> Object. Instructs the widget to open in browse mode, displaying the contents of the specified folder, and optionally filtered to a specific asset type These options are specified with a folder object as follows: `{folder: {path: "folder", resource_type: "video"}}`
Is this option currently supported by NetlifyCMS? With Gatsby, I tried the following config but it didn't seem to work:
```
media_library:
name: cloudinary
output_filename_only: true
config:
cloud_name: foo
api_key: 1234foobar
folder: { path: blog }
```
If this is not currently supported, would a PR be welcome? What would be the best place to get started with that?
Contributor guide
Assessment
This issue has not been assessed yet.