Skip to content

Commit

Permalink
Update ext_conf_template.txt (#514)
Browse files Browse the repository at this point in the history
Re-added settings for telephone regex
  • Loading branch information
Hawkeye1909 authored Jan 25, 2024
1 parent 6dc5661 commit 9d326a7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ext_conf_template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ backwardsCompatFormat = %1$s %3$s
storeBackwardsCompatName = 1

# cat=basic; type=boolean; label=Name field is read only
readOnlyNameField = 1
readOnlyNameField = 1

# cat=backend; type=text; label=Pattern for validation telephone number in TCA with PHP
telephoneValidationPatternForPhp = /[^\d\+\s\-]/

# cat=backend; type=text; label=Pattern for validation telephone number in TCA with JS
telephoneValidationPatternForJs = /[^\d\+\s\-]/g

0 comments on commit 9d326a7

Please sign in to comment.