Skip to content

Commit 1d69294

Browse files
authored
Update licensing-model.md
Updated the JSON format for license keys in v14
1 parent 7927775 commit 1d69294

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)