implement CRUD for Seminaries (resolves issue #33)
This commit is contained in:
parent
47270f8391
commit
a4ccb74e8c
9 changed files with 484 additions and 46 deletions
|
|
@ -117,6 +117,16 @@
|
|||
'size' => 204800
|
||||
)
|
||||
),
|
||||
'moodpics' => array(
|
||||
array(
|
||||
'mimetype' => 'image/jpeg',
|
||||
'size' => 524288
|
||||
),
|
||||
array(
|
||||
'mimetype' => 'image/png',
|
||||
'size' => 1048576
|
||||
)
|
||||
),
|
||||
'charactergroupsquests' => array(
|
||||
array(
|
||||
'mimetype' => 'image/jpeg',
|
||||
|
|
@ -198,6 +208,9 @@
|
|||
'xps' => array(
|
||||
'minlength' => 1,
|
||||
'regex' => '/^(\d*)$/'
|
||||
),
|
||||
'course' => array(
|
||||
'maxlength' => 128
|
||||
)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue