Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6727f38

Browse files
committedJul 3, 2020
extend title length
Signed-off-by: shmck <[email protected]>
1 parent a16963d commit 6727f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/schema/meta.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default {
2121
title: {
2222
type: "string",
2323
minLength: 1,
24-
maxLength: 40,
24+
maxLength: 100,
2525
},
2626
file_path: {
2727
type: "string",

0 commit comments

Comments
 (0)
Please sign in to comment.