Skip to content

Commit 630a814

Browse files
authored
Update the-licensing-model.md
Added the mssing products JSON object as we have it on commerce, deploy and workflow as well
1 parent bf9a37a commit 630a814

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ Once you have received your license code it needs to be installed on your site.
128128
```json
129129
"Umbraco": {
130130
"Licenses": {
131-
"Umbraco.Forms": "YOUR_LICENSE_KEY"
131+
"Products": {
132+
"Umbraco.Forms": "YOUR_LICENSE_KEY"
133+
}
132134
}
133135
}
134136
```

0 commit comments

Comments
 (0)