add date question, add datetime question

Signed-off-by: Simon Vieille <simon@deblan.fr>

fix date/datetime css

Signed-off-by: Simon Vieille <simon@deblan.fr>

add email question

Signed-off-by: Simon Vieille <simon@deblan.fr>

update icons

Signed-off-by: Simon Vieille <simon@deblan.fr>

optimize icons

Signed-off-by: Simon Vieille <simon@deblan.fr>

refactoring of questions (date, datetime, short)

Signed-off-by: Simon Vieille <simon@deblan.fr>

add tel question type

Signed-off-by: Simon Vieille <simon@deblan.fr>

clean svg

Signed-off-by: Simon Vieille <simon@deblan.fr>

add date question, add datetime question

Signed-off-by: Simon Vieille <simon@deblan.fr>

fix date/datetime css

Signed-off-by: Simon Vieille <simon@deblan.fr>

add email question

Signed-off-by: Simon Vieille <simon@deblan.fr>

update icons

Signed-off-by: Simon Vieille <simon@deblan.fr>

optimize icons

Signed-off-by: Simon Vieille <simon@deblan.fr>

refactoring of questions (date, datetime, short)

add tel question type

clean svg
This commit is contained in:
Simon Vieille 2020-07-10 14:47:44 +02:00
commit e3002ea31f
12 changed files with 283 additions and 3 deletions

View file

@ -53,7 +53,11 @@ class Question extends Entity {
'long',
'multiple',
'multiple_unique',
'dropdown'
'dropdown',
'date',
'datetime',
'email',
'tel',
];
public function __construct() {