Introduced length limits
This commit is contained in:
6
arn/limits/limits.go
Normal file
6
arn/limits/limits.go
Normal file
@ -0,0 +1,6 @@
|
||||
package limits
|
||||
|
||||
const (
|
||||
DefaultTextMaxLength = 100
|
||||
DefaultTextAreaMaxLength = 20000
|
||||
)
|
Reference in New Issue
Block a user