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:
parent
1f707f7358
commit
e3002ea31f
12 changed files with 283 additions and 3 deletions
|
|
@ -53,7 +53,11 @@ class Question extends Entity {
|
|||
'long',
|
||||
'multiple',
|
||||
'multiple_unique',
|
||||
'dropdown'
|
||||
'dropdown',
|
||||
'date',
|
||||
'datetime',
|
||||
'email',
|
||||
'tel',
|
||||
];
|
||||
|
||||
public function __construct() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue