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