2
0

Add picture choice block

Closes #476
This commit is contained in:
Baptiste Arnaud
2023-05-04 09:20:30 -04:00
parent 65c6f66a5c
commit 035dded654
54 changed files with 6282 additions and 4938 deletions

View File

@ -6,6 +6,7 @@ export enum InputBlockType {
DATE = 'date input',
PHONE = 'phone number input',
CHOICE = 'choice input',
PICTURE_CHOICE = 'picture choice input',
PAYMENT = 'payment input',
RATING = 'rating input',
FILE = 'file input',