diff --git a/typo3/sysext/core/Configuration/TCA/pages.php b/typo3/sysext/core/Configuration/TCA/pages.php index fde573c8d2c60b4308bf673e33860878fc898bc2..3288e1fbd6541b1c11e9d6416e66ab78e7670cab 100644 --- a/typo3/sysext/core/Configuration/TCA/pages.php +++ b/typo3/sysext/core/Configuration/TCA/pages.php @@ -623,7 +623,7 @@ return [ 'type' => 'input', 'size' => 23, 'eval' => 'trim', - 'max' => 80, + 'max' => 255, 'behaviour' => [ 'allowLanguageSynchronization' => true, ],