Add a shortcut for Folders

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-02-17 12:13:28 +01:00
parent e9da164ae4
commit 88f86bf6c6
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
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'),