mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
fix(Webflow Node): Update scopes to include forms (#10554)
This commit is contained in:
parent
f682318db0
commit
d3861b31ce
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue