From a49490d580bd87401c386672dc89d3a5c8301570 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Sun, 14 Jul 2024 12:46:59 +0200 Subject: [PATCH] Update Configuration/TCA/tx_examples_dummy.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stefan Frömken --- Configuration/TCA/tx_examples_dummy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration/TCA/tx_examples_dummy.php b/Configuration/TCA/tx_examples_dummy.php index 2c44e9e..3e0cc11 100644 --- a/Configuration/TCA/tx_examples_dummy.php +++ b/Configuration/TCA/tx_examples_dummy.php @@ -92,8 +92,8 @@ // (paste this into the description field: This is a very long text that will not wrap when I get to the end of the box, which is very far away, away, away, away, away, away) // '0' => array('showitem' => 'hidden, record_type, title, description;;;nowrap, some_date;;1 '), // Additional types - '1' => ['showitem' => 'hidden, record_type, title '], - '2' => ['showitem' => 'hidden, title, some_date, hidden, record_type '], + '1' => ['showitem' => 'record_type, title, hidden'], + '2' => ['showitem' => 'title, some_date, hidden, record_type'], ], 'palettes' => [ '1' => ['showitem' => 'enforce_date'],