Skip to content

Commit

Permalink
less strict regex for names
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Schwirjow committed Jul 31, 2018
1 parent fc9b59d commit 5eca412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/dca/tl_fonts_faces.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
'eval' => array(
'mandatory' => true,
'unique' => true,
'rgxp' => 'alpha',
'rgxp' => 'extnd',
'maxlength' => 256,
'tl_class' => 'w50',
'doNotCopy' => true,
Expand Down

0 comments on commit 5eca412

Please sign in to comment.