mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
fix(hidden_subtree): builtin templates have #excludeFromNoteMap (closes #7187)
This commit is contained in:
@@ -49,4 +49,9 @@ export interface HiddenSubtreeItem {
|
||||
* the user moves it around.
|
||||
*/
|
||||
enforceBranches?: boolean;
|
||||
/**
|
||||
* If set to true, then the attributes of this note will be checked. Any owned attribute that does not match the
|
||||
* definitions will be removed.
|
||||
*/
|
||||
enforceAttributes?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user