remove option to open media items in mini editor

This commit is contained in:
Mads Rasmussen
2017-01-17 23:01:40 +01:00
parent c6ed4eaff6
commit 698f0e975a

View File

@@ -86,7 +86,7 @@ function contentPickerController($scope, entityResource, editorState, iconHelper
: $scope.model.config.startNode.type === "media"
? "Media"
: "Document";
$scope.allowOpenButton = entityType === "Document" || entityType === "Media";
$scope.allowOpenButton = entityType === "Document";
$scope.allowEditButton = entityType === "Document";
$scope.allowRemoveButton = true;