Increase description length
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
parent
6ebd1927b2
commit
726a405d2f
3 changed files with 67 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue