open-image-browser-modal
Type: Operation
Opens the image browser in which the user can select an image.
Imported operation data
browse
Context Document Id (Required)
Type: RemoteDocumentId
This id is sent to the CMS when the browse call is made. If the CMS resolves a hierarchy for a reference in the metadata of a reference, the folder containing the browseContextDocument will be opened.
data
Provider Name (Required)
Type: String
Default value
Type: String
JSON
"dataProviderUsingConfiguredConnectorsForImages"
insert
Operation Name (Required)
Type: String
(Optional) The primary button will be disabled if the selected image can't be inserted with the 'insert operation'.
The operation data collected until the current operation together with the selected image, will be added as initial data to the 'insert operation'.
modal
Icon (Required)
Type: String
(Optional) The icon to show at the top of the modal. This should be one of the Fontawesome (v4.7.0) icons. Do not include the fa- prefix, just use the icon names as-is from the documentation.
modal
Primary Button Label (Required)
Type: String
(Optional) The label for the primary button. Defaults to
t__Insert
.modal
Title (Required)
Type: String
(Optional) The title being shown at the top of the modal. Defaults to
t__Select an image
.selected
Image Id (Required)
Type: AssetId
(Optional) Can be used to open the image browser with an image preselected.
query
(Required)
Type: object|null
(Optional) Any extra properties that should be included onto the "query" request parameter in CMS requests made to
POST /browse
by this component.
Exported operation data
selected
Image Id Type: AssetId
The remoteId of the selected image.