From a861114e099f85b076ba1f79e7896ab0f93e33cd Mon Sep 17 00:00:00 2001 From: Philipp Seibt Date: Wed, 12 Feb 2025 16:51:52 +0100 Subject: [PATCH] fix page title modification via reader config --- src/Resources/contao/dca/tl_reader_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/contao/dca/tl_reader_config.php b/src/Resources/contao/dca/tl_reader_config.php index 0c62a41..08947ca 100644 --- a/src/Resources/contao/dca/tl_reader_config.php +++ b/src/Resources/contao/dca/tl_reader_config.php @@ -378,7 +378,7 @@ 'service' => [ 'label' => &$GLOBALS['TL_LANG']['tl_reader_config']['headTags_service'], 'inputType' => 'select', - 'options' => ['title', 'meta_description' => 'Meta description'], + 'options' => ['title' => 'Title', 'meta_description' => 'Meta description'], 'eval' => ['groupStyle' => 'width:50%', 'includeBlankOption' => true, 'decodeEntities' => true, 'chosen' => true], ], 'pattern' => [