mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -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 {
|
||||
name = 'strapiApi';
|
||||
displayName = 'Strapi API';
|
||||
documentationUrl = 'strapi';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'Email',
|
||||
|
|
Loading…
Reference in a new issue