Increase description length

Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
Jonas Rittershofer 2020-07-29 23:42:41 +02:00
commit 726a405d2f
3 changed files with 67 additions and 6 deletions

View file

@ -86,10 +86,10 @@ class PageController extends Controller {
*/
private $maxStringLengths = [
'formTitle' => 256,
'formDescription' => 2048,
'formDescription' => 8192,
'questionText' => 2048,
'optionText' => 1024,
'answerText' => 2048,
'answerText' => 4096,
];
public function __construct(string $appName,