19 lines
		
	
	
		
			453 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			453 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| favicon: /favicons/flickr.svg
 | |
| items:
 | |
|   - name: New albums
 | |
|     desc: Triggers when you create a new album.
 | |
|   - name: New favorite photos
 | |
|     desc: Triggers when you favorite a photo.
 | |
|   - name: New photos
 | |
|     desc: Triggers when you add a new photo.
 | |
|   - name: New photos in album
 | |
|     desc: Triggers when you add a new photo in an album.
 | |
| ---
 | |
| 
 | |
| <script setup>
 | |
|   import CustomListing from '../../components/CustomListing.vue'
 | |
| </script>
 | |
| 
 | |
| <CustomListing />
 | 
