feat(xero): add new payments trigger

This commit is contained in:
Rıdvan Akca
2023-11-09 11:56:48 +03:00
parent 6ea7400ff4
commit 3593cf3808
5 changed files with 123 additions and 1 deletions

View File

@@ -453,6 +453,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/wordpress/connection' },
],
},
{
text: 'Xero',
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/xero/triggers' },
{ text: 'Connection', link: '/apps/xero/connection' },
],
},
{
text: 'Youtube',
collapsible: true,