feat(dropbox): add new folders trigger
This commit is contained in:
@@ -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' },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
12
packages/docs/pages/apps/dropbox/triggers.md
Normal file
12
packages/docs/pages/apps/dropbox/triggers.md
Normal 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 />
|
Reference in New Issue
Block a user