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