Merge pull request #6556 from umbraco/v8/bugfix/AB2996-Fix-MediaFolderPickerPreValueEditor
Only allow one media folder to be picked for RTE paste/drag image upload location
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