Skip to content

Instantly share code, notes, and snippets.

@kathangeorg
Created June 26, 2012 14:34
Show Gist options
  • Save kathangeorg/2996121 to your computer and use it in GitHub Desktop.
Save kathangeorg/2996121 to your computer and use it in GitHub Desktop.
typo3 tx_srfeuserregister_pi1 email
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