Files
outline/shared/validations.ts
Tom Moor 7ae892fe06 fix: Long collection description prevents import (#3847)
* fix: Long collection description prevents import
fix: Parallelize attachment upload during import

* fix: Improve Notion image import matching

* chore: Bump JSZIP (perf)

* fix: Allow redirect from /doc/<id> to canonical url

* fix: Importing document with only title duplicates title in body
2022-07-24 01:37:20 -07:00

5 lines
128 B
TypeScript

export const CollectionValidation = {
/* The maximum length of the collection description */
maxDescriptionLength: 1000,
};