- Description:
This key defines the path for the name of the uploaded file.
- Appears in:
└── paths └── uploads_filename- Type:
string- Examples:
In this example, we have configured the uploads filename path for the
blogCollection.Copied to clipboardcollections_config: blog: paths: uploads_filename: '{filename|slugify}'{ "collections_config": { "blog": { "paths": { "uploads_filename": "{filename|slugify}" } } } }