15 lines
		
	
	
		
			496 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			496 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| favicon: /favicons/dropbox.svg
 | |
| items:
 | |
|   - name: New files in folder
 | |
|     desc: Triggers when a new file is added to a folder. Ensure that the number of files/folders within the monitored directory remains below 4000.
 | |
|   - 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 />
 | 
