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

dam_uploads

Table of contents

Description:

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_uploads
Type:
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/"
      }
    }
  }
}
Open in a new tab