summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-11-16 18:32:50 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-11-16 18:32:50 -0500
commit3d4276707b1599479aa618a9447e2e2d4abb8647 (patch)
tree9a841a8c8ed1d4d75d41ac805cfd80497ec25ef8 /src/SMAPI.Web/wwwroot
parent31db556d02b27aa246ea3a5ae0c94dcdd7a5f7f0 (diff)
downloadSMAPI-3d4276707b1599479aa618a9447e2e2d4abb8647.tar.gz
SMAPI-3d4276707b1599479aa618a9447e2e2d4abb8647.tar.bz2
SMAPI-3d4276707b1599479aa618a9447e2e2d4abb8647.zip
update CP schema to allow boolean values for Enabled field
Diffstat (limited to 'src/SMAPI.Web/wwwroot')
-rw-r--r--src/SMAPI.Web/wwwroot/schemas/content-patcher.json3
1 files changed, 3 insertions, 0 deletions
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": {