mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
Remove isInheritable from PATCH
This commit is contained in:
@@ -42,7 +42,6 @@ function register(router) {
|
||||
|
||||
const ALLOWED_PROPERTIES_FOR_PATCH = {
|
||||
'value': [v.notNull, v.isString],
|
||||
'isInheritable': [v.notNull, v.isBoolean],
|
||||
'position': [v.notNull, v.isInteger]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user