Add storage for the extra h5p.json data
parent
8a94973852
commit
0eb3051ca2
|
@ -202,7 +202,6 @@ class H5PValidator {
|
|||
|
||||
private $h5pOptional = array(
|
||||
'contentType' => '/^.{1,255}$/',
|
||||
'description' => '/^.{1,}$/',
|
||||
'author' => '/^.{1,255}$/',
|
||||
'license' => '/^(cc-by|cc-by-sa|cc-by-nd|cc-by-nc|cc-by-nc-sa|cc-by-nc-nd|pd|cr|MIT)$/',
|
||||
'dynamicDependencies' => array(
|
||||
|
|
Loading…
Reference in New Issue