feat(trello): add create card action
This commit is contained in:
12
packages/docs/pages/apps/trello/actions.md
Normal file
12
packages/docs/pages/apps/trello/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
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 />
|
Reference in New Issue
Block a user