Advertisement
Guest User

Untitled

a guest
Mar 26th, 2012
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. plugin.tx_news.settings {
  2.     validation {
  3.         title = Tx_Extbase_Validation_Validator_NotEmptyValidator
  4.         author = Tx_Extbase_Validation_Validator_EmailAddressValidator
  5.         teaser {
  6.             1= Tx_Extbase_Validation_Validator_IntegerValidator
  7.             2=Tx_Extbase_Validation_Validator_NumberRangeValidator
  8.             2 {
  9.                 minimum = 100
  10.                 maximum = 120
  11.             }
  12.         }
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement