template improvements for scope choice and filtering

This commit is contained in:
2026-03-16 15:31:52 -05:00
parent 229b4b1486
commit bd65217ddc
5 changed files with 269 additions and 69 deletions
+2
View File
@@ -68,4 +68,6 @@ export interface Template {
id: string;
name: string;
items: TemplateItem[];
modifiers?: Modifier[];
defaultSubScopeName?: string;
}