13 lines
227 B
Markdown
13 lines
227 B
Markdown
---
|
|
favicon: /favicons/trello.svg
|
|
items:
|
|
- name: New cards
|
|
desc: Triggers upon the addition of a new card.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|