Skip to content

Commit af8b0c2

Browse files
authored
Merge pull request #6643 from Aaen/patch-18
Update licensing-model.md
2 parents 6ba7566 + 1d69294 commit af8b0c2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

14/umbraco-ui-builder/installation/licensing-model.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ Once you have received your license code it needs to be installed on your site.
6161

6262
```json
6363
"Umbraco": {
64-
"Licenses": {
65-
"Umbraco.UIBuilder": "YOUR_LICENSE_KEY"
66-
}
64+
"Licenses": {
65+
"Products": {
66+
"Umbraco.UIBuilder": "YOUR_LICENSE_KEY"
67+
}
68+
}
6769
}
6870
```
6971

0 commit comments

Comments
 (0)