add media to right/wrong text of Character group Quest Stations
This commit is contained in:
parent
2d65b2e4b0
commit
efd304833c
8 changed files with 547 additions and 22 deletions
|
|
@ -164,6 +164,38 @@
|
|||
'mimetype' => 'image/png',
|
||||
'size' => 10485760
|
||||
)
|
||||
),
|
||||
'stationimages' => array(
|
||||
array(
|
||||
'mimetype' => 'image/jpeg',
|
||||
'size' => 1048576
|
||||
),
|
||||
array(
|
||||
'mimetype' => 'image/png',
|
||||
'size' => 2097152
|
||||
)
|
||||
),
|
||||
'stationavs' => array(
|
||||
array(
|
||||
'mimetype' => 'audio/mpeg',
|
||||
'size' => 2097152
|
||||
),
|
||||
array(
|
||||
'mimetype' => 'audio/ogg',
|
||||
'size' => 2097152
|
||||
),
|
||||
array(
|
||||
'mimetype' => 'audio/opus',
|
||||
'size' => 2097152
|
||||
),
|
||||
array(
|
||||
'mimetype' => 'video/mp4',
|
||||
'size' => 2097152
|
||||
),
|
||||
array(
|
||||
'mimetype' => 'video/webm',
|
||||
'size' => 2097152
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue