Bugfix
This commit is contained in:
@@ -19,8 +19,8 @@ $GLOBALS['TL_DCA']['tl_search']['fields']['priority'] = [
|
||||
'sql' => "int(1) NOT NULL default '2'",
|
||||
];
|
||||
|
||||
$GLOBALS['TL_DCA']['tl_search']['fields']['imagepath'] = [
|
||||
'label' => ['Image Path', 'Speichert den Pfad des Bildes'],
|
||||
$GLOBALS['TL_DCA']['tl_search']['fields']['searchImage'] = [
|
||||
'label' => ['Suchbild', 'UUID des Suchbildes'],
|
||||
'exclude' => true,
|
||||
'inputType' => 'text',
|
||||
'eval' => ['maxlength' => 512],
|
||||
|
||||
Reference in New Issue
Block a user