feat: multi image support (#778)
This commit is contained in:
committed by
GitHub
parent
95010a5cce
commit
cf1e8c92a4
@ -22,6 +22,7 @@ For common options, see [Common widget options](/docs/widgets#common-widget-opti
|
||||
| media_library | Media Library Options | `{}` | _Optional_. Media library settings to apply when the media library is opened by the current widget. See [Media Library](/docs/configuration-options#media-library) |
|
||||
| choose_url | boolean | `false` | _Optional_. When set to `false`, the "Insert from URL" button will be hidden |
|
||||
| select_folder | boolean | `false` | _Optional_. When set to `true`, selecting folders instead of files will be possible. See [Media Library](/docs/configuration-options#media-library) for folder support. |
|
||||
| multiple | boolean | `false` | _Optional_. When set to `true` multiple files are allowed in the widget |
|
||||
|
||||
## Examples
|
||||
|
||||
|
@ -17,10 +17,11 @@ For common options, see [Common widget options](/docs/widgets#common-widget-opti
|
||||
| Name | Type | Default | Description |
|
||||
| ------------- | --------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| default | string | `null` | _Optional_. The default value for the field. Accepts a string. |
|
||||
| media_folder | string | | _Optional_. Specifies the folder path where uploaded files should be saved, relative to the base of the repo |
|
||||
| public_folder | string | | _Optional_. Specifies the folder path where the files uploaded by the media library will be accessed, relative to the base of the built site |
|
||||
| media_folder | string | | _Optional_. Specifies the folder path where uploaded images should be saved, relative to the base of the repo |
|
||||
| public_folder | string | | _Optional_. Specifies the folder path where the image uploaded by the media library will be accessed, relative to the base of the built site |
|
||||
| media_library | Media Library Options | `{}` | _Optional_. Media library settings to apply when the media library is opened by the current widget. See [Media Library](/docs/configuration-options#media-library) |
|
||||
| choose_url | boolean | `false` | _Optional_. When set to `false`, the "Insert from URL" button will be hidden |
|
||||
| multiple | boolean | `false` | _Optional_. When set to `true` multiple images are allowed in the widget |
|
||||
|
||||
## Example
|
||||
|
||||
|
Reference in New Issue
Block a user