1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-24 07:39:44 +02:00

hook with backend

This commit is contained in:
Roman Zavarnitsyn 2025-05-30 00:50:30 +02:00
parent 3f67d9e8bb
commit 946dfea5dd
No known key found for this signature in database
GPG key ID: C00677B27F355C04
8 changed files with 104 additions and 15 deletions

View file

@ -13,6 +13,7 @@
const Types = {
MOVE_CARD: 'moveCard',
COMMENT_CARD: 'commentCard',
COMMENT_MENTION: 'commentMention',
ADD_MEMBER_TO_CARD: 'addMemberToCard',
};