From 7a70fd25e88d575a9f5fd0df265133382d72f4c4 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Fri, 5 Nov 2021 11:18:28 +0100 Subject: [PATCH] added snippets --- source/general/manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/general/manifest.json b/source/general/manifest.json index 872501d3..633f5d55 100644 --- a/source/general/manifest.json +++ b/source/general/manifest.json @@ -11,6 +11,16 @@ "modules": [{ "type": "data", "uuid": "UUID2", "version": [1, 0, 0] }] } ], + "defaultSnippets": [ + { + "label": "New Manifest", + "body": { + "format_version": 2, + "header": { "description": "pack.description", "name": "pack.name", "uuid": "$UUID", "min_engine_version": [1, 16, 0], "version": [1, 0, 0] }, + "modules": [{ "type": "data", "uuid": "$UUID", "version": [1, 0, 0] }] + } + } + ], "allOf": [ { "if": { "properties": { "format_version": { "const": 1, "type": "number", "title": "Format Version" } } },