favicon: /favicons/trello.svg | |
items: | |
- name: Create card | |
desc: Creates a new card within a specified board and list. | |
<script setup> | |
import CustomListing from '../../components/CustomListing.vue' | |
</script> | |
<CustomListing /> | |
favicon: /favicons/trello.svg | |
items: | |
- name: Create card | |
desc: Creates a new card within a specified board and list. | |
<script setup> | |
import CustomListing from '../../components/CustomListing.vue' | |
</script> | |
<CustomListing /> | |