mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor: Add action to all operations on all nodes (#3655)
* 👕 Add `action` to `INodePropertyOptions` * 👕 Apply `node-param-operation-option-without-action` * ✏️ Fix add/remove phrasing * ✏️ Fix email template phrasing * ✏️ Fix add/remove phrasing * ✏️ Fix custom fields phrasing * ✏️ Fix job report phrasing * ✏️ Fix query phrasing * ✏️ Various phrasing fixes * ✏️ Fix final phrasings * ✏️ Remove `conversation` * ✏️ Fix plural
This commit is contained in:
@@ -97,21 +97,25 @@ export class GoogleSlides implements INodeType {
|
||||
name: 'Create',
|
||||
value: 'create',
|
||||
description: 'Create a presentation',
|
||||
action: 'Create a presentation',
|
||||
},
|
||||
{
|
||||
name: 'Get',
|
||||
value: 'get',
|
||||
description: 'Get a presentation',
|
||||
action: 'Get a presentation',
|
||||
},
|
||||
{
|
||||
name: 'Get Slides',
|
||||
value: 'getSlides',
|
||||
description: 'Get presentation slides',
|
||||
action: 'Get slides from a presentation',
|
||||
},
|
||||
{
|
||||
name: 'Replace Text',
|
||||
value: 'replaceText',
|
||||
description: 'Replace text in a presentation',
|
||||
action: 'Replace text in a presentation',
|
||||
},
|
||||
],
|
||||
displayOptions: {
|
||||
@@ -133,11 +137,13 @@ export class GoogleSlides implements INodeType {
|
||||
name: 'Get',
|
||||
value: 'get',
|
||||
description: 'Get a page',
|
||||
action: 'Get a page',
|
||||
},
|
||||
{
|
||||
name: 'Get Thumbnail',
|
||||
value: 'getThumbnail',
|
||||
description: 'Get a thumbnail',
|
||||
action: 'Get the thumbnail for a page',
|
||||
},
|
||||
],
|
||||
displayOptions: {
|
||||
|
||||
Reference in New Issue
Block a user