Skip to content

Commit

Permalink
Update tl_backend_notes.php
Browse files Browse the repository at this point in the history
  • Loading branch information
delirius committed Nov 28, 2023
1 parent 5bee227 commit 845f5ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion contao/dca/tl_backend_notes.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
use Contao\CoreBundle\Security\ContaoCorePermissions;
use Contao\DataContainer;
use Contao\DC_Table;
use Contao\Image;
use Contao\StringUtil;
use Contao\System;

/**
* Table tl_backend_notes
Expand All @@ -33,9 +36,10 @@
'list' => array(
'sorting' => array(
'mode' => DataContainer::MODE_TREE,
'rootPaste' => true,
'fields' => array('sorting'),
'flag' => DataContainer::SORT_INITIAL_LETTER_ASC,
'panelLayout' => 'filter;sort,search,limit',
// 'panelLayout' => 'filter;sort,search,limit',
),
'label' => array(
'fields' => array('title'),
Expand Down

0 comments on commit 845f5ea

Please sign in to comment.