diff --git a/typo3/sysext/core/Configuration/TCA/pages.php b/typo3/sysext/core/Configuration/TCA/pages.php
index 2bcd0313b27de8aec7635ed9c91124ee925f01fe..c33a50c13d7c5043d0c05149266768db1d990513 100644
--- a/typo3/sysext/core/Configuration/TCA/pages.php
+++ b/typo3/sysext/core/Configuration/TCA/pages.php
@@ -321,6 +321,11 @@ return [
                 'type' => 'input',
                 'size' => 50,
                 'max' => 80,
+                'valuePicker' => [
+                    'items' => [
+                        [ 'LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:target.I.1', '_blank' ],
+                    ],
+                ],
                 'eval' => 'trim'
             ]
         ],