mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +01:00
attachment ETAPI support WIP
This commit is contained in:
@@ -13,7 +13,6 @@ function register(router) {
|
||||
});
|
||||
|
||||
const ALLOWED_PROPERTIES_FOR_CREATE_BRANCH = {
|
||||
'branchId': [v.mandatory, v.notNull, v.isValidEntityId],
|
||||
'noteId': [v.mandatory, v.notNull, v.isNoteId],
|
||||
'parentNoteId': [v.mandatory, v.notNull, v.isNoteId],
|
||||
'notePosition': [v.notNull, v.isInteger],
|
||||
|
||||
Reference in New Issue
Block a user