fix(hidden_subtree): builtin templates have #excludeFromNoteMap (closes #7187)

This commit is contained in:
Elian Doran
2025-10-07 12:20:29 +03:00
parent 545c8648b7
commit d10b0fa823
4 changed files with 46 additions and 1 deletions

View File

@@ -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;
}