Author comments can contain linebreaks
parent
1a644dda11
commit
9ada5a3148
|
@ -669,7 +669,7 @@ class H5PValidator {
|
||||||
'author' => '/^.{1,255}$/',
|
'author' => '/^.{1,255}$/',
|
||||||
'log' => '/^.{1,5000}$/'
|
'log' => '/^.{1,5000}$/'
|
||||||
),
|
),
|
||||||
'authorComments' => '/^.{1,5000}$/',
|
'authorComments' => '/^.{1,5000}$/s',
|
||||||
'w' => '/^[0-9]{1,4}$/',
|
'w' => '/^[0-9]{1,4}$/',
|
||||||
'h' => '/^[0-9]{1,4}$/',
|
'h' => '/^[0-9]{1,4}$/',
|
||||||
// deprecated
|
// deprecated
|
||||||
|
|
Loading…
Reference in New Issue