Merge remote-tracking branch 'origin/v8/8.2-rc' into v8/8.2-rc
This commit is contained in:
@@ -27,7 +27,7 @@ function mediaFolderPickerController($scope, editorService, entityResource) {
|
||||
$scope.add = function() {
|
||||
var mediaPickerOptions = {
|
||||
view: "mediapicker",
|
||||
multiPicker: true,
|
||||
multiPicker: false, // We only want to allow you to pick one folder at a given time
|
||||
disableFolderSelect: false,
|
||||
onlyImages: false,
|
||||
onlyFolders: true,
|
||||
|
||||
Reference in New Issue
Block a user