Skip to content

Commit

Permalink
Do not use raw request data
Browse files Browse the repository at this point in the history
This does not work with Symfony 6
  • Loading branch information
dmolineus committed Nov 27, 2024
1 parent b70952a commit b73b3e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Resources/contao/dca/tl_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
'inputType' => 'listWizard',
'exclude' => true,
'eval' => [
'tl_class' => 'clr',
'useRawRequestData' => true,
'tl_class' => 'clr',
'decodeEntities' => true,
'allowHtml' => true,
],
];

0 comments on commit b73b3e8

Please sign in to comment.