implement icons for Character groups Quests and improve media handilng for Character groups

This commit is contained in:
coderkun 2014-05-07 00:44:45 +02:00
commit 072333c88b
12 changed files with 334 additions and 96 deletions

View file

@ -89,6 +89,10 @@
'charactergroup' => array(
'width' => 80,
'height' => 80
),
'charactergroupsquest' => array(
'width' => 80,
'height' => 80
)
);
@ -100,14 +104,14 @@
* @var array
*/
public static $mimetypes = array(
'images' => array(
'icons' => array(
array(
'mimetype' => 'image/jpeg',
'size' => 1048576
'size' => 102400
),
array(
'mimetype' => 'image/png',
'size' => 1048576
'size' => 204800
)
),
'charactergroupsquests' => array(