This key defines the path for the location of statically copied assets for DAM files.
Appears in
└── paths
└── dam_staticType
string
Examples
In this example, we have configured the DAM static path for the blog Collection.
Copied to clipboard
collections_config:
blog:
paths:
dam_static: /assets/dam/{
"collections_config": {
"blog": {
"paths": {
"dam_static": "/assets/dam/"
}
}
}
}