From 40df66615194fc02079e0710501be142cf18ca7d Mon Sep 17 00:00:00 2001 From: amitkhanal Date: Wed, 6 Mar 2019 18:11:15 -0800 Subject: [PATCH] docs: move example Cloudinary configuration under 'config' (#2142) --- website/content/docs/cloudinary.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/website/content/docs/cloudinary.md b/website/content/docs/cloudinary.md index 4e2c42a6..04b6cdff 100644 --- a/website/content/docs/cloudinary.md +++ b/website/content/docs/cloudinary.md @@ -70,11 +70,12 @@ instance of the Cloudinary widget. media_library: name: cloudinary output_filename_only: false - default_transformations: - - - fetch_format: auto - width: 160 - quality: auto - crop: scale + config: + default_transformations: + - - fetch_format: auto + width: 160 + quality: auto + crop: scale ``` #### Field configuration