implement editor for questtype ?Drag&Drop?
This commit is contained in:
parent
6b2c371679
commit
1cc0326a41
9 changed files with 967 additions and 90 deletions
|
|
@ -135,7 +135,17 @@
|
|||
'mimetype' => 'image/jpeg',
|
||||
'size' => 1048576
|
||||
)
|
||||
)
|
||||
),
|
||||
'questtypes' => array(
|
||||
array(
|
||||
'mimetype' => 'image/jpeg',
|
||||
'size' => 524288
|
||||
),
|
||||
array(
|
||||
'mimetype' => 'image/png',
|
||||
'size' => 1048576
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue