From 4ee1ed89b28d356c2b7e76bf815c5982d5bea0cf Mon Sep 17 00:00:00 2001 From: Farzad Hayat Date: Mon, 18 Nov 2024 14:48:46 +1100 Subject: [PATCH] DOC-2570: Add LicenseKey property to Blazor Tech Ref (#3510) * DOC-2570: Add LicenseKey property to Blazor Tech Ref * Change CloudChannel to {productmajorversion} --- .../integrations/blazor-tech-ref.adoc | 22 ++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/partials/integrations/blazor-tech-ref.adoc b/modules/ROOT/partials/integrations/blazor-tech-ref.adoc index 9f2cc84635..3af7d14c5b 100644 --- a/modules/ROOT/partials/integrations/blazor-tech-ref.adoc +++ b/modules/ROOT/partials/integrations/blazor-tech-ref.adoc @@ -8,18 +8,19 @@ Covered in this section: The `+TinyMCE.Blazor+` `+Editor+` component accepts the following properties: -[source,cs] +[source,cs,subs="attributes+"] ---- ---- @@ -167,6 +168,21 @@ In your component: /> ---- +=== `LicenseKey` + +Specifies the {productname} license key. Required for self-hosted deployments of {productname}. This property is not required for deployments using the {cloudname}. For more information on licensing, see: xref:license-key.adoc[License key]. + +*Type:* `+String+` + +==== Example using LicenseKey + +[source,cs] +---- + +---- + === `ScriptSrc` Use the `+ScriptSrc+` property to specify the location of {productname} to lazy load when the application is not using {cloudname}. This setting is required if the application uses a self-hosted version of {productname}, such as the https://www.nuget.org/packages/TinyMCE/[{productname} NuGet package] or a .zip package of {productname}.