Files
oai-symfony/typo3conf/ext/tt_address/ext_conf_template.txt
2026-07-03 17:53:31 +02:00

12 lines
474 B
Plaintext

# cat=basic; type=boolean; label=Store backwards compatibility name in name field
storeBackwardsCompatName = 1
# cat=basic; type=boolean; label=Name field is read only
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