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

@@ -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 />