From 74c1243cace6c570091ecb4f976223f1eb67785f Mon Sep 17 00:00:00 2001 From: Philipp Nowinski <philipp@sgalinski.de> Date: Thu, 27 Sep 2018 09:28:33 +0200 Subject: [PATCH] [FEATURE] enhance contact label for better UX --- Configuration/TCA/tx_sgjobs_domain_model_contact.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configuration/TCA/tx_sgjobs_domain_model_contact.php b/Configuration/TCA/tx_sgjobs_domain_model_contact.php index 571705b1..d2ddba75 100644 --- a/Configuration/TCA/tx_sgjobs_domain_model_contact.php +++ b/Configuration/TCA/tx_sgjobs_domain_model_contact.php @@ -4,6 +4,8 @@ return [ 'ctrl' => [ 'title' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_contact', 'label' => 'last_name', + 'label_alt' => 'email, city', + 'label_alt_force' => 1, 'tstamp' => 'tstamp', 'crdate' => 'crdate', 'cruser_id' => 'cruser_id', -- GitLab