Skip to content

Commit

Permalink
Update Configuration/TCA/tx_examples_dummy.php
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Frömken <[email protected]>
  • Loading branch information
linawolf and froemken authored Jul 14, 2024
1 parent 417f10f commit a49490d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/TCA/tx_examples_dummy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit a49490d

Please sign in to comment.