feat(mailerlite): add mailerlite integration

This commit is contained in:
Rıdvan Akca
2024-01-26 13:44:34 +03:00
parent 0297b0f296
commit 8ef2bd3b8d
9 changed files with 100 additions and 1 deletions

View File

@@ -197,6 +197,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/invoice-ninja/connection' },
],
},
{
text: 'MailerLite',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/mailerlite/connection' }],
},
{
text: 'Mattermost',
collapsible: true,
@@ -305,7 +311,7 @@ export default defineConfig({
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/removebg/actions' },
{ text: 'Connection', link: '/apps/removebg/connection' }
{ text: 'Connection', link: '/apps/removebg/connection' },
],
},
{