Skip to content

Commit

Permalink
Do not validate for URL pattern, Contao would encode as |urlattr
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jan 11, 2022
1 parent 4f51db7 commit c339142
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Resources/contao/dca/tl_url_rewrite.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@
'search' => true,
'inputType' => 'text',
'eval' => [
'rgxp' => 'url',
'decodeEntities' => true,
'dcaPicker' => true,
'fieldType' => 'radio',
Expand Down

0 comments on commit c339142

Please sign in to comment.