Skip to content

Commit edda782

Browse files
Fix Vale linter warnings in Forms 17.1 release notes
Add blank lines around content in warning hint block and split long sentence for better readability. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9a1fba7 commit edda782

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

17/umbraco-forms/release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,16 @@ This section contains the release notes for Umbraco Forms 17 including all chang
3939
A new reCAPTCHA Enterprise field type has been added, providing advanced bot protection using Google's reCAPTCHA Enterprise service.
4040

4141
{% hint style="warning" %}
42+
4243
The "Score Threshold" setting for the reCAPTCHA Enterprise field type is currently not fully functional due to a dependent issue in Umbraco CMS (see [CMS PR #21339](https://github.com/umbraco/Umbraco-CMS/pull/21339)). This will be resolved in a future release.
44+
4345
{% endhint %}
4446

4547
#### Unconfigured reCAPTCHA fields now display as disabled
4648

4749
The reCAPTCHA v2, v3, and Enterprise field types now display as disabled in the form designer when their respective settings are not configured. This prevents editors from adding unconfigured reCAPTCHA fields that would not work on the frontend.
4850

49-
This change also ensures that field types remain registered, preventing issues when transferring forms with Umbraco Deploy between environments where reCAPTCHA settings may not yet be configured.
51+
This change also ensures that field types remain registered. This prevents issues when transferring forms with Umbraco Deploy between environments where reCAPTCHA settings may not yet be configured.
5052

5153
![Disabled reCAPTCHA field type in form designer](images/disabled-fields.png)
5254

0 commit comments

Comments
 (0)