mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
feat(builtin_templates): add description field for text snippets
This commit is contained in:
@@ -12,7 +12,7 @@ enum Command {
|
||||
}
|
||||
|
||||
export interface HiddenSubtreeAttribute {
|
||||
type: AttributeType;
|
||||
type: "label" | "relation";
|
||||
name: string;
|
||||
isInheritable?: boolean;
|
||||
value?: string;
|
||||
|
||||
Reference in New Issue
Block a user