mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Remove isInheritable from PATCH
This commit is contained in:
parent
26a6ef8c03
commit
3cafad3bf4
@ -42,7 +42,6 @@ function register(router) {
|
|||||||
|
|
||||||
const ALLOWED_PROPERTIES_FOR_PATCH = {
|
const ALLOWED_PROPERTIES_FOR_PATCH = {
|
||||||
'value': [v.notNull, v.isString],
|
'value': [v.notNull, v.isString],
|
||||||
'isInheritable': [v.notNull, v.isBoolean],
|
|
||||||
'position': [v.notNull, v.isInteger]
|
'position': [v.notNull, v.isInteger]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user