mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 15:44:06 -08:00
⚡ Add documentationUrl to FacebookGraphAppApi credential
This commit is contained in:
parent
9465653fab
commit
3c62402f9c
|
@ -6,6 +6,7 @@ import {
|
||||||
export class FacebookGraphAppApi implements ICredentialType {
|
export class FacebookGraphAppApi implements ICredentialType {
|
||||||
name = 'facebookGraphAppApi';
|
name = 'facebookGraphAppApi';
|
||||||
displayName = 'Facebook Graph API (App)';
|
displayName = 'Facebook Graph API (App)';
|
||||||
|
documentationUrl = 'facebookGraphApp';
|
||||||
extends = [
|
extends = [
|
||||||
'facebookGraphApi',
|
'facebookGraphApi',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue