Configuration
Configuration options for CBValidation module.
Settings
moduleSettings = {
cbValidation = {
// The third-party validation manager to use, by default it uses CBValidation.
manager = "class path",
// You can store global constraint rules here with unique names
sharedConstraints = {
name = {
field = { constraints here }
}
}
}
}manager
sharedConstraints
Last updated
Was this helpful?