Improve description

This commit is contained in:
ricardo 2021-10-20 22:24:10 -04:00
parent c888b0512a
commit 467ecdbe4c

View file

@ -56,6 +56,7 @@ export const folderFields = [
name: 'name', name: 'name',
required: true, required: true,
type: 'string', type: 'string',
placeholder: '/root/folder',
displayOptions: { displayOptions: {
show: { show: {
operation: [ operation: [
@ -67,7 +68,7 @@ export const folderFields = [
}, },
}, },
default: '', default: '',
description: `Folder's name, or a folders slash (/) separated hierarchy`, description: 'The name or path of the folder',
}, },
{ {
displayName: 'Options', displayName: 'Options',