feat(trello): add create card action

This commit is contained in:
Rıdvan Akca
2023-10-27 13:03:22 +03:00
committed by Ali BARIN
parent 4f2155ea63
commit c944193fb4
12 changed files with 354 additions and 4 deletions

View File

@@ -377,7 +377,10 @@ export default defineConfig({
text: 'Trello',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/trello/connection' }],
items: [
{ text: 'Actions', link: '/apps/trello/actions' },
{ text: 'Connection', link: '/apps/trello/connection' },
],
},
{
text: 'Twilio',
@@ -439,9 +442,7 @@ export default defineConfig({
text: 'Zendesk',
collapsible: true,
collapsed: true,
items: [
{ text: 'Connection', link: '/apps/zendesk/connection' },
],
items: [{ text: 'Connection', link: '/apps/zendesk/connection' }],
},
],
'/': [