mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
refactor(TelegramTrigger Node, ShopifyTrigger Node): Standardize node triggers actions (#5117)
* feat(Telegram Trigger node, Shopify Trigger node): Change display name of Telegram and Shopify trigger nodes * Remove trigger on tooltips for Telegram and Shopify trigger nodes * Add telegram action override and make sure recommended category actions are overwritable
This commit is contained in:
@@ -79,7 +79,7 @@ export class ShopifyTrigger implements INodeType {
|
||||
default: 'apiKey',
|
||||
},
|
||||
{
|
||||
displayName: 'Topic',
|
||||
displayName: 'Trigger On',
|
||||
name: 'topic',
|
||||
type: 'options',
|
||||
default: '',
|
||||
@@ -321,7 +321,6 @@ export class ShopifyTrigger implements INodeType {
|
||||
value: 'themes/update',
|
||||
},
|
||||
],
|
||||
description: 'Event that triggers the webhook',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user