mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
⚡ Improve description
This commit is contained in:
parent
c888b0512a
commit
467ecdbe4c
|
@ -56,6 +56,7 @@ export const folderFields = [
|
|||
name: 'name',
|
||||
required: true,
|
||||
type: 'string',
|
||||
placeholder: '/root/folder',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: [
|
||||
|
@ -67,7 +68,7 @@ export const folderFields = [
|
|||
},
|
||||
},
|
||||
default: '',
|
||||
description: `Folder's name, or a folders slash (/) separated hierarchy`,
|
||||
description: 'The name or path of the folder',
|
||||
},
|
||||
{
|
||||
displayName: 'Options',
|
||||
|
|
Loading…
Reference in a new issue