From eb37eb70104cb1e21578b4cee673e1920b1c80ea Mon Sep 17 00:00:00 2001 From: Valentin Nourdin Date: Sun, 9 May 2021 11:33:42 +0200 Subject: [PATCH] =?UTF-8?q?fix(docs):=20Update=20Docs:=20Widgets=20?= =?UTF-8?q?=E2=80=9Cimage=E2=80=9D=20(#5351)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/content/docs/widgets/image.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/website/content/docs/widgets/image.md b/website/content/docs/widgets/image.md index b8e204c3..801a6663 100644 --- a/website/content/docs/widgets/image.md +++ b/website/content/docs/widgets/image.md @@ -10,12 +10,11 @@ The image widget allows editors to upload an image or select an existing one fro * **Options:** * `default`: accepts a file path string; defaults to null - * `media_library`: settings to apply when opening a media library is opened by the + * `media_library`: settings to apply when a media library is opened by the current widget - - * `allow_multiple`: *(default: `true`)* when set to `false`, if the media library extension supports it, multiple selection will be disabled - * `config`: a configuration object passed directly to the media library; check the documentation of your media library extension for available `config` options. - * `media_folder` (Beta): file path where uploaded images will be saved specific to this control. Paths can be relative to a collection folder (e.g. `images` will add the image to a sub-folder in the collection folder) or absolute with reference to the base of the repo which needs to begin with `/` (e.g `/static/images` will save uploaded images to the static folder in a sub folder named `images`) + * `allow_multiple`: *(default: `true`)* when set to `false`, multiple selection will be disabled even if the media library extension supports it + * `config`: a configuration object passed directly to the media library; check the documentation of your media library extension for available `config` options + * `media_folder` (Beta): file path where uploaded images will be saved specific to this control. Paths can be relative to a collection folder (e.g. `images` will add the image to a sub-folder in the collection folder) or absolute with reference to the base of the repo which needs to begin with `/` (e.g `/static/images` will save uploaded images to the `static` folder in a sub folder named `images`) * **Example:** ```yaml @@ -26,4 +25,4 @@ The image widget allows editors to upload an image or select an existing one fro media_library: config: multiple: true -``` +``` \ No newline at end of file