☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

dam_static

Table of contents

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 blog Collection.

Copied to clipboard
collections_config:
  blog:
    paths:
      dam_static: /assets/dam/
{
  "collections_config": {
    "blog": {
      "paths": {
        "dam_static": "/assets/dam/"
      }
    }
  }
}
Open in a new tab