mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Webflow Node): Update scopes to include forms (#10554)
This commit is contained in:
@@ -41,7 +41,7 @@ export class WebflowOAuth2Api implements ICredentialType {
|
|||||||
displayName: 'Scope',
|
displayName: 'Scope',
|
||||||
name: 'scope',
|
name: 'scope',
|
||||||
type: 'hidden',
|
type: 'hidden',
|
||||||
default: '={{$self["legacy"] ? "" : "cms:read cms:write sites:read"}}',
|
default: '={{$self["legacy"] ? "" : "cms:read cms:write sites:read forms:read"}}',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Auth URI Query Parameters',
|
displayName: 'Auth URI Query Parameters',
|
||||||
|
|||||||
Reference in New Issue
Block a user