HFP-1905 Require words for author roles

pull/52/head
Oliver Tacke 2018-06-05 08:54:12 +02:00
parent ea722126ff
commit be77130fef
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ class H5PValidator {
'author' => '/^.{1,255}$/',
'authors' => array(
'name' => '/^.{1,255}$/',
'role' => '/^(Author|Illustrator|Designer|Photographer)$/',
'role' => '/^\w+$/',
),
'license' => '/^(CC BY|CC BY-SA|CC BY-ND|CC BY-NC|CC BY-NC-SA|CC BY-NC-ND|GNU GPL|PD|ODC PDDL|CC PDM|U|C|cc-by|cc-by-sa|cc-by-nd|cc-by-nc|cc-by-nc-sa|cc-by-nc-nd|pd|cr|MIT|GPL1|GPL2|GPL3|MPL|MPL2)$/',
'licenseVersion' => '/^(1.0|2.0|2.5|3.0|4.0)$/',