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