mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
docs(Google Drive Node): Replace the description of the 'Can Share' capability in Google Drive (no-changelog) (#11827)
This commit is contained in:
parent
9c6def9197
commit
96e6be7fe7
|
@ -159,7 +159,7 @@ const properties: INodeProperties[] = [
|
||||||
name: 'canShare',
|
name: 'canShare',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: false,
|
default: false,
|
||||||
description: 'Whether the current user can rename this shared drive',
|
description: 'Whether the current user can share files or folders in this shared drive',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Can Trash Children',
|
displayName: 'Can Trash Children',
|
||||||
|
|
Loading…
Reference in a new issue