diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-11-16 18:32:50 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-11-16 18:32:50 -0500 |
commit | 3d4276707b1599479aa618a9447e2e2d4abb8647 (patch) | |
tree | 9a841a8c8ed1d4d75d41ac805cfd80497ec25ef8 /src | |
parent | 31db556d02b27aa246ea3a5ae0c94dcdd7a5f7f0 (diff) | |
download | SMAPI-3d4276707b1599479aa618a9447e2e2d4abb8647.tar.gz SMAPI-3d4276707b1599479aa618a9447e2e2d4abb8647.tar.bz2 SMAPI-3d4276707b1599479aa618a9447e2e2d4abb8647.zip |
update CP schema to allow boolean values for Enabled field
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI.Web/wwwroot/schemas/content-patcher.json | 3 |
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": { |