mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
⚡ Improve description
This commit is contained in:
parent
c888b0512a
commit
467ecdbe4c
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue