mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01: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