Skip to content

Commit

Permalink
Enable filtering for notifications in the forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Sep 19, 2024
1 parent f731e97 commit 2232e66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contao/dca/tl_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/
$GLOBALS['TL_DCA']['tl_form']['fields']['nc_notification'] = [
'exclude' => true,
'filter' => true,
'inputType' => 'select',
'eval' => ['includeBlankOption' => true, 'chosen' => true, 'tl_class' => 'clr w50'],
'sql' => ['type' => 'integer', 'default' => 0, 'unsigned' => true],
Expand Down

0 comments on commit 2232e66

Please sign in to comment.