From 32f1fdc64f4bc01f131d1fef839296792b6a8dc2 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:57:58 +0000 Subject: [PATCH] add Version to schema --- Bloxstrap/Resources/CustomBootstrapperSchema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Bloxstrap/Resources/CustomBootstrapperSchema.json b/Bloxstrap/Resources/CustomBootstrapperSchema.json index 76acf5fb..e35b52a9 100644 --- a/Bloxstrap/Resources/CustomBootstrapperSchema.json +++ b/Bloxstrap/Resources/CustomBootstrapperSchema.json @@ -42,6 +42,7 @@ "SuperClass": "Control", "IsCreatable": true, "Attributes": { + "Version": "int", "Theme": "Theme", "Title": "string", "IgnoreTitleBarInset": "bool"