- Description:
This key defines the paths for the default location of newly uploaded site files.
You can use dynamic placeholders for
uploadsanddam_uploads.- Appears in:
- Type:
string- Default value:
uploads- Examples:
In this example, we have configured the uploads path for the
blogCollection.Copied to clipboardcollections_config: blog: paths: uploads: /uploads/blog/{ "collections_config": { "blog": { "paths": { "uploads": "/uploads/blog/" } } } }