From 1d692949e95e2a5a4baf1303b94a2673246c14b1 Mon Sep 17 00:00:00 2001 From: Dennis Aaen Date: Mon, 11 Nov 2024 10:54:20 +0100 Subject: [PATCH] Update licensing-model.md Updated the JSON format for license keys in v14 --- 14/umbraco-ui-builder/installation/licensing-model.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/14/umbraco-ui-builder/installation/licensing-model.md b/14/umbraco-ui-builder/installation/licensing-model.md index 9ed659b6d8b..ce65f8d70b4 100644 --- a/14/umbraco-ui-builder/installation/licensing-model.md +++ b/14/umbraco-ui-builder/installation/licensing-model.md @@ -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" + } + } } ```