From 3fb228ec5f1f5974a50ed6fe52c7ef5e639048ee Mon Sep 17 00:00:00 2001 From: Dennis Aaen Date: Wed, 1 Oct 2025 21:20:08 -0400 Subject: [PATCH 1/2] Update the-licensing-model.md Added the Products json object as we have it for commerce and deploy + engage So it seems we forgot to add it for the forms docs --- 16/umbraco-forms/installation/the-licensing-model.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/16/umbraco-forms/installation/the-licensing-model.md b/16/umbraco-forms/installation/the-licensing-model.md index b159ebf046d..20998cd61a1 100644 --- a/16/umbraco-forms/installation/the-licensing-model.md +++ b/16/umbraco-forms/installation/the-licensing-model.md @@ -85,10 +85,10 @@ If you can't include the license file in the `/umbraco/Licenses` directory for a It can be configured in the Umbraco installation's `appsettings.json` file by adding the following configuration: ```json -{ - "Umbraco": { - "Licensing": { - "Directory": "~/custom-licenses-folder/" +"Umbraco": { + "Licenses": { + "Products": { + "Umbraco.Commerce": "YOUR_LICENSE_KEY" } } } From e45372d8006192a2c5f6f41b8a44ad79fbd06fd8 Mon Sep 17 00:00:00 2001 From: Dennis Aaen Date: Wed, 1 Oct 2025 21:23:28 -0400 Subject: [PATCH 2/2] Update the-licensing-model.md --- 16/umbraco-forms/installation/the-licensing-model.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/16/umbraco-forms/installation/the-licensing-model.md b/16/umbraco-forms/installation/the-licensing-model.md index 20998cd61a1..8a88f9dcefd 100644 --- a/16/umbraco-forms/installation/the-licensing-model.md +++ b/16/umbraco-forms/installation/the-licensing-model.md @@ -85,13 +85,13 @@ If you can't include the license file in the `/umbraco/Licenses` directory for a It can be configured in the Umbraco installation's `appsettings.json` file by adding the following configuration: ```json -"Umbraco": { + "Umbraco": { "Licenses": { "Products": { "Umbraco.Commerce": "YOUR_LICENSE_KEY" - } - } -} + } + } + } ``` The value contains the path of your custom license directory relative to the root of your Umbraco installation.