Add a shortcut for Folders
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
e9da164ae4
commit
88f86bf6c6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue