openMediaManager

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.

署名

コピー
1

Parameters

名称タイプ説明
optionsOptionsOptional for the Media Manager.

Options object

名称タイプ説明
categoryストリング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.
multiSelectbooleanOptional. Whether multiple files can be selected.
Default: 擬似

リターン

A promise that resolves to an object with a single key called 項目. The value of that key is an array of file descriptor objects for the selected media files.

コピー
1

In order to set up a dashboard client, please refer to the setup guide.

Open a media manager modal

コピー
1
役に立ちましたか?
はい
いいえ