Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions 14/umbraco-ui-builder/installation/licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ Once you have received your license code it needs to be installed on your site.

```json
"Umbraco": {
"Licenses": {
"Umbraco.UIBuilder": "YOUR_LICENSE_KEY"
}
"Licenses": {
"Products": {
"Umbraco.UIBuilder": "YOUR_LICENSE_KEY"
}
}
}
```

Expand Down
Loading