Created
June 26, 2012 14:34
-
-
Save kathangeorg/2996121 to your computer and use it in GitHub Desktop.
typo3 tx_srfeuserregister_pi1 email
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugin.tx_srfeuserregister_pi1 { | |
create.evalValues { | |
zip = int, atLeast[5], atMost[5] | |
telephone = int, atLeast[6] | |
#email more than once possible | |
email = email | |
} | |
edit.evalValues { | |
zip = int,atLeast[5], atMost[5] | |
telephone = int, atLeast[6] | |
#email more than once possible | |
email = email | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment