Merge pull request #1484 from automatisch/AUT-510

feat(google-tasks): add google tasks integration
This commit is contained in:
Ali BARIN
2024-05-06 18:23:28 +02:00
committed by GitHub
28 changed files with 787 additions and 0 deletions

View File

@@ -187,6 +187,16 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/google-sheets/connection' },
],
},
{
text: 'Google Tasks',
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/google-tasks/triggers' },
{ text: 'Actions', link: '/apps/google-tasks/actions' },
{ text: 'Connection', link: '/apps/google-tasks/connection' },
],
},
{
text: 'HTTP Request',
collapsible: true,