You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/content/docs/widgets/file.md
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ The file widget allows editors to upload a file or select an existing one from t
17
17
*`config`: a configuration object that will be passed directly to the media library being
18
18
used - available options are determined by the library
19
19
*`media_folder` (Beta): file path where uploaded files will be saved specific to this control. Paths can be relative to a collection folder (e.g. `files` will add the file 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/files` will save uploaded files to the `static` folder in a sub folder named `files`)
20
+
*`choose_url`: *(default: `true`)* when set to `false`, the "Insert from URL" button will be hidden
Copy file name to clipboardexpand all lines: website/content/docs/widgets/image.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,17 @@ The image widget allows editors to upload an image or select an existing one fro
14
14
current widget
15
15
*`allow_multiple`: *(default: `true`)* when set to `false`, multiple selection will be disabled even if the media library extension supports it
16
16
*`config`: a configuration object passed directly to the media library; check the documentation of your media library extension for available `config` options
17
-
*`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`)
17
+
*`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`)
18
+
*`choose_url`: *(default: `true`)* when set to `false`, the "Insert from URL" button will be hidden
0 commit comments