Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MediaPlaceholder multiple and gallery properties (#9139)
* MediaPlaceholder multiple property The `gallery` property should be set to `true` only after checking that the selected `type` of media is not `audio`. * gallery and playlist check for multiple and type gallery and playlist check for multiple and type, being gallery true when multiple is true and type is image, while playlist true when multiple is true and type is audio. * type check when setting the gallery property The `gallery` property is set to `true` when `multiple` is `true` and `type === "image"` * double to single quotes changed type check using single quotes instead of double quotes
- Loading branch information