feat(miro): add create card widget action

This commit is contained in:
Rıdvan Akca
2023-09-27 15:52:27 +03:00
committed by Faruk AYDIN
parent a04b933161
commit 52f5c7ddb5
5 changed files with 218 additions and 2 deletions

View File

@@ -5,6 +5,8 @@ items:
desc: Creates a new board.
- name: Copy board
desc: Creates a copy of an existing board.
- name: Create card widget
desc: Creates a new card widget on an existing board.
---
<script setup>