mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-25 19:41:14 -08:00
⚡ Added description to ShopifyCredentials subdomain (#1114)
This commit is contained in:
parent
3c62402f9c
commit
80ca8e79ec
|
@ -28,6 +28,7 @@ export class ShopifyApi implements ICredentialType {
|
||||||
required: true,
|
required: true,
|
||||||
type: 'string' as NodePropertyTypes,
|
type: 'string' as NodePropertyTypes,
|
||||||
default: '',
|
default: '',
|
||||||
|
description: 'Only the subdomain without .myshopify.com',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Shared Secret',
|
displayName: 'Shared Secret',
|
||||||
|
|
Loading…
Reference in a new issue