mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Add Strapi credentials documentation link (#1164)
This commit is contained in:
parent
59ecc0e9c1
commit
032e2dfae5
|
@ -6,6 +6,7 @@ import {
|
||||||
export class StrapiApi implements ICredentialType {
|
export class StrapiApi implements ICredentialType {
|
||||||
name = 'strapiApi';
|
name = 'strapiApi';
|
||||||
displayName = 'Strapi API';
|
displayName = 'Strapi API';
|
||||||
|
documentationUrl = 'strapi';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'Email',
|
displayName: 'Email',
|
||||||
|
|
Loading…
Reference in a new issue