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

uploads_filename

Table of contents

Description:

This key defines the path for the name of the uploaded file.

Appears in:
└── paths
    └── uploads_filename
Type:
string
Examples:

In this example, we have configured the uploads filename path for the blog Collection.

Copied to clipboard
collections_config:
  blog:
    paths:
      uploads_filename: '{filename|slugify}'
{
  "collections_config": {
    "blog": {
      "paths": {
        "uploads_filename": "{filename|slugify}"
      }
    }
  }
}
Open in a new tab