From 07ef726eefa8ea0ae58d56870c389663ead79dcf Mon Sep 17 00:00:00 2001 From: Pedro Lima Date: Mon, 7 Aug 2023 13:26:24 +0100 Subject: [PATCH] Update cloudinary.md (#6489) Typo in documentation which caused 'e is not iterable' while uploading images. Co-authored-by: Martin Jagodic --- website/content/docs/cloudinary.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/content/docs/cloudinary.md b/website/content/docs/cloudinary.md index b7a998415a62..bb0c59cd3a5d 100644 --- a/website/content/docs/cloudinary.md +++ b/website/content/docs/cloudinary.md @@ -102,11 +102,11 @@ fields: # The fields each document in this collection have media_library: config: default_transformations: - - fetch_format: auto - width: 300 - quality: auto - crop: fill - effect: grayscale + - - fetch_format: auto + width: 300 + quality: auto + crop: fill + effect: grayscale ``` ## Inserting Cloudinary URL in page templates