diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-08-06 05:14:02 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 19:06:29 -0400 |
commit | 6036fbf0500795109b1c5dcf53162cb55834d35a (patch) | |
tree | 994a23fd23efd0bb47fda0d5441a004b35fef9de /docs | |
parent | 5679df8d66c7ec5f5894761a4f9950a0d2ee9287 (diff) | |
download | SMAPI-6036fbf0500795109b1c5dcf53162cb55834d35a.tar.gz SMAPI-6036fbf0500795109b1c5dcf53162cb55834d35a.tar.bz2 SMAPI-6036fbf0500795109b1c5dcf53162cb55834d35a.zip |
make 'then' blocks transparent by default (#654)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/technical/web.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/technical/web.md b/docs/technical/web.md index c13e24e9..27834a4f 100644 --- a/docs/technical/web.md +++ b/docs/technical/web.md @@ -85,9 +85,7 @@ Error messages may contain special tokens: The child errors themselves may be marked `$transparent`, etc. If an error has no child errors, this override is ignored. -Caveats: -* To override an error from a `then` block, the `@errorMessages` must be inside the `then` block - instead of adjacent. + Validation errors for `then` blocks are transparent by default, unless overridden. </dd> </dl> |