Add summary column to documents
This commit is contained in:
@@ -36,6 +36,9 @@ export const DocumentValidation = {
|
||||
/** The maximum length of the document title */
|
||||
maxTitleLength: 100,
|
||||
|
||||
/** The maximum length of the document summary */
|
||||
maxSummaryLength: 1000,
|
||||
|
||||
/** The maximum size of the collaborative document state */
|
||||
maxStateLength: 1500 * 1024,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user