This commit is contained in:
Jürgen Mummert
2025-12-23 13:21:00 +01:00
parent 44b5c9717a
commit 0cee7b1e7f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class IndexPageListener
$parsed['custom']['searchimage'] ?? null;
if (is_string($image) && $image !== '') {
$set['searchImage'] = trim($image);
$set['imagepath'] = trim($image);
}
/*
+1 -1
View File
@@ -19,7 +19,7 @@ $GLOBALS['TL_DCA']['tl_search']['fields']['priority'] = [
'sql' => "int(1) NOT NULL default '2'",
];
$GLOBALS['TL_DCA']['tl_search']['fields']['searchImage'] = [
$GLOBALS['TL_DCA']['tl_search']['fields']['imagepath'] = [
'label' => ['Suchbild', 'UUID des Suchbildes'],
'exclude' => true,
'inputType' => 'text',