From 3d4276707b1599479aa618a9447e2e2d4abb8647 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 16 Nov 2019 18:32:50 -0500 Subject: update CP schema to allow boolean values for Enabled field --- src/SMAPI.Web/wwwroot/schemas/content-patcher.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/SMAPI.Web/wwwroot/schemas/content-patcher.json b/src/SMAPI.Web/wwwroot/schemas/content-patcher.json index b75782fe..61a633cb 100644 --- a/src/SMAPI.Web/wwwroot/schemas/content-patcher.json +++ b/src/SMAPI.Web/wwwroot/schemas/content-patcher.json @@ -132,6 +132,9 @@ { "type": "string", "pattern": "\\{\\{[^{}]+\\}\\}" + }, + { + "type": "boolean" } ], "@errorMessages": { -- cgit