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