mirror of
https://github.com/outline/outline.git
synced 2025-04-13 01:29:39 +00:00
Increase max collection description
This commit is contained in:
@ -21,7 +21,7 @@ export const AttachmentValidation = {
|
||||
|
||||
export const CollectionValidation = {
|
||||
/** The maximum length of the collection description */
|
||||
maxDescriptionLength: 1000,
|
||||
maxDescriptionLength: 10 * 1000,
|
||||
|
||||
/** The maximum length of the collection name */
|
||||
maxNameLength: 100,
|
||||
|
Reference in New Issue
Block a user