From 9028e9c71419d3735a02aef8ab92738e9fcdbcd4 Mon Sep 17 00:00:00 2001 From: K Heiner Date: Wed, 17 Jun 2026 20:27:59 -0700 Subject: [PATCH] Add default transformation keys (#748) --- content/guides/05.files/5.transform.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/guides/05.files/5.transform.md b/content/guides/05.files/5.transform.md index 7f1db594..e5b7de6c 100644 --- a/content/guides/05.files/5.transform.md +++ b/content/guides/05.files/5.transform.md @@ -173,3 +173,14 @@ The following options are available: [Sharp](https://sharp.pixelplumbing.com/api-constructor). You can then use this `key` as a parameter to when requesting a file to apply the preset. + +::callout{icon="i-lucide-info"} +**Default Transformation Keys** +Directus enables the following transformation keys by default: + - `system-small-cover` + - `system-small-contain` + - `system-medium-cover` + - `system-medium-contain` + - `system-large-cover` + - `system-large-contain` +::