Skip to content

Commit 3fb228e

Browse files
authored
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
1 parent bf9a37a commit 3fb228e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

16/umbraco-forms/installation/the-licensing-model.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ If you can't include the license file in the `/umbraco/Licenses` directory for a
8585
It can be configured in the Umbraco installation's `appsettings.json` file by adding the following configuration:
8686

8787
```json
88-
{
89-
"Umbraco": {
90-
"Licensing": {
91-
"Directory": "~/custom-licenses-folder/"
88+
"Umbraco": {
89+
"Licenses": {
90+
"Products": {
91+
"Umbraco.Commerce": "YOUR_LICENSE_KEY"
9292
}
9393
}
9494
}

0 commit comments

Comments
 (0)