From 5c5d23d42ff6f92a60095868ba7650bb609d2f93 Mon Sep 17 00:00:00 2001 From: Marco Stoker <105918931+RGV2ZWxvcGVy@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:46:26 +0200 Subject: [PATCH] Update README.md of Umbraco Forms Configuration values Small correction for the 'DisableRelationTracking' configuration value. --- 16/umbraco-forms/developer/configuration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16/umbraco-forms/developer/configuration/README.md b/16/umbraco-forms/developer/configuration/README.md index 051fce82a91..a693ca25a11 100644 --- a/16/umbraco-forms/developer/configuration/README.md +++ b/16/umbraco-forms/developer/configuration/README.md @@ -426,7 +426,7 @@ If you are rendering your forms dependency scripts using the `async` attribute, Forms will by default track relations between forms and the content pages they are used on. This allows editors to see where forms are being used in their Umbraco website. -If you would like to enable this feature, you can set the value of this setting to `true`. +If you would like to disable this feature, you can set the value of this setting to `true`. ## TrackRenderedFormsStorageMethod