mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-14 06:31:42 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
781be527ce
@ -46,7 +46,7 @@ function register(router) {
|
|||||||
'mime': [v.notNull, v.isString],
|
'mime': [v.notNull, v.isString],
|
||||||
'content': [v.notNull, v.isString],
|
'content': [v.notNull, v.isString],
|
||||||
'notePosition': [v.notNull, v.isInteger],
|
'notePosition': [v.notNull, v.isInteger],
|
||||||
'prefix': [v.notNull, v.isInteger],
|
'prefix': [v.notNull, v.isString],
|
||||||
'isExpanded': [v.notNull, v.isBoolean],
|
'isExpanded': [v.notNull, v.isBoolean],
|
||||||
'noteId': [v.notNull, v.isValidEntityId],
|
'noteId': [v.notNull, v.isValidEntityId],
|
||||||
'branchId': [v.notNull, v.isValidEntityId],
|
'branchId': [v.notNull, v.isValidEntityId],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user