feat(trello): add trello integration (#1380)

This commit is contained in:
Rıdvan Akca
2023-10-24 16:13:08 +03:00
committed by GitHub
parent 627184f124
commit ee90422f56
15 changed files with 155 additions and 3 deletions

View File

@@ -373,6 +373,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/todoist/connection' },
],
},
{
text: 'Trello',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/trello/connection' }],
},
{
text: 'Twilio',
collapsible: true,