This key defines the path for the default location of newly uploaded DAM files.
You can use dynamic placeholders for uploads and dam_uploads.
Appears in
└── paths
└── dam_uploadsType
string
Examples
In this example, we have configured the DAM uploads path for the blog Collection.
Copied to clipboard
collections_config:
blog:
paths:
dam_uploads: /dam/uploads/blog/{
"collections_config": {
"blog": {
"paths": {
"dam_uploads": "/dam/uploads/blog/"
}
}
}
}