diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-16 23:01:19 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-16 23:01:19 -0400 |
commit | 6afb80676becc337f7c381d71171d36c53e219ee (patch) | |
tree | 25c79a1da7af50b223afd42e7c4d69a341c457c6 /src/SMAPI.Web | |
parent | d6dc1364bed4eb93bb8d376f9c1dec364ab82881 (diff) | |
download | SMAPI-6afb80676becc337f7c381d71171d36c53e219ee.tar.gz SMAPI-6afb80676becc337f7c381d71171d36c53e219ee.tar.bz2 SMAPI-6afb80676becc337f7c381d71171d36c53e219ee.zip |
fix CP validation for new 'Update' field
Diffstat (limited to 'src/SMAPI.Web')
-rw-r--r-- | src/SMAPI.Web/wwwroot/schemas/content-patcher.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/SMAPI.Web/wwwroot/schemas/content-patcher.json b/src/SMAPI.Web/wwwroot/schemas/content-patcher.json index a854e16f..3fd24e4e 100644 --- a/src/SMAPI.Web/wwwroot/schemas/content-patcher.json +++ b/src/SMAPI.Web/wwwroot/schemas/content-patcher.json @@ -341,6 +341,7 @@ "FromFile", "LogName", "Target", + "Update", "When" ] } @@ -361,6 +362,7 @@ "FromFile", "LogName", "Target", + "Update", "When", "FromArea", @@ -384,6 +386,7 @@ "FromFile", "LogName", "Target", + "Update", "When", "Entries", @@ -418,6 +421,7 @@ "FromFile", "LogName", "Target", + "Update", "When", "FromArea", @@ -442,6 +446,7 @@ "Enabled", "FromFile", "LogName", + "Update", "When" ] } |