feat(google-tasks): add google tasks integration

This commit is contained in:
Rıdvan Akca
2023-12-14 13:55:41 +03:00
parent 953c5a5b5b
commit 7a6aa99840
13 changed files with 255 additions and 1 deletions

View File

@@ -169,6 +169,14 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/google-sheets/connection' },
],
},
{
text: 'Google Tasks',
collapsible: true,
collapsed: true,
items: [
{ text: 'Connection', link: '/apps/google-tasks/connection' },
],
},
{
text: 'HTTP Request',
collapsible: true,
@@ -305,7 +313,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' },
],
},
{