From 8cab64eff45fd0235b62fda2460175ea52dc4824 Mon Sep 17 00:00:00 2001 From: Tom Peltonen Date: Fri, 9 May 2025 17:45:32 +1000 Subject: [PATCH] Added subtype to definition --- other/default/other/md_sequence.json | 1 + other/default/other/mermaid_sequence.json | 1 + 2 files changed, 2 insertions(+) diff --git a/other/default/other/md_sequence.json b/other/default/other/md_sequence.json index 4938907..a7aeb03 100644 --- a/other/default/other/md_sequence.json +++ b/other/default/other/md_sequence.json @@ -2,6 +2,7 @@ "name": "sd01", "guide": "{{.SelfFolder}}/sd01.md", "description": "Markdown sequence template with embedded mermaid", + "subtype": "sequence", "templates": [ { "engine": "", diff --git a/other/default/other/mermaid_sequence.json b/other/default/other/mermaid_sequence.json index dadd512..eb29188 100644 --- a/other/default/other/mermaid_sequence.json +++ b/other/default/other/mermaid_sequence.json @@ -2,6 +2,7 @@ "name": "sd02", "guide": "{{.SelfFolder}}/sd02.md", "description": "Mermaid sequence template", + "subtype": "sequence", "templates": [ { "engine": "",