Developer Preview
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Opens the Wix Media Manager in a modal.
The Media Manager allows a site contributor to select one or more of the site's media files.
Name | Type | Description |
---|---|---|
options | Options | Optional for the Media Manager. |
Name | Type | Description |
---|---|---|
category | string | Optional. The type of media files to display in the modal. If this value is empty, all media types are displayed. Supported values: "IMAGE" , "VIDEO" , "MUSIC" , "DOCUMENT" , "VECTOR_ART" , "3D_IMAGE" .By default, all the categories except "3D_IMAGE" are displayed. |
multiSelect | boolean | Optional. Whether multiple files can be selected. Default: false |
A promise that resolves to an object with a single key called items
. The value of that key is an array of file descriptor objects for the selected media files.
In order to set up a dashboard client, please refer to the setup guide.