feat(dropbox): add new folders trigger

This commit is contained in:
Rıdvan Akca
2024-02-26 16:36:26 +03:00
parent 60b20c4d01
commit 51e96b832d
5 changed files with 80 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ export default defineConfig({
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/dropbox/triggers' },
{ text: 'Actions', link: '/apps/dropbox/actions' },
{ text: 'Connection', link: '/apps/dropbox/connection' },
],
@@ -305,7 +306,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' },
],
},
{

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/dropbox.svg
items:
- name: New folders
desc: Triggers when any new folder is added. Ensure that the number of files/folders within the monitored directory remains below 4000.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />