mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Webflow Node): Update to use the v2 API (#9996)
This commit is contained in:
@@ -16,6 +16,13 @@ export class WebflowOAuth2Api implements ICredentialType {
|
||||
type: 'hidden',
|
||||
default: 'authorizationCode',
|
||||
},
|
||||
{
|
||||
displayName: 'Legacy',
|
||||
name: 'legacy',
|
||||
type: 'boolean',
|
||||
default: true,
|
||||
description: 'If the legacy API should be used',
|
||||
},
|
||||
{
|
||||
displayName: 'Authorization URL',
|
||||
name: 'authUrl',
|
||||
@@ -34,7 +41,7 @@ export class WebflowOAuth2Api implements ICredentialType {
|
||||
displayName: 'Scope',
|
||||
name: 'scope',
|
||||
type: 'hidden',
|
||||
default: '',
|
||||
default: '={{$self["legacy"] ? "" : "cms:read cms:write sites:read"}}',
|
||||
},
|
||||
{
|
||||
displayName: 'Auth URI Query Parameters',
|
||||
|
||||
Reference in New Issue
Block a user