Merge pull request #19517 from nextcloud/bugfix/noid/add-folder-to-predefined-types

Add a shortcut for Folders mimetype
This commit is contained in:
Christoph Wurst 2020-02-21 17:47:07 +01:00 committed by GitHub
commit b7bfe2b34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -65,6 +65,11 @@ export default {
data() {
return {
predefinedTypes: [
{
icon: 'icon-folder',
label: t('workflowengine', 'Folder'),
pattern: 'httpd/unix-directory',
},
{
icon: 'icon-picture',
label: t('workflowengine', 'Images'),