mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +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',
|
||||
name: 'scope',
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user