Merge pull request #1484 from automatisch/AUT-510
feat(google-tasks): add google tasks integration
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user