Skip to content

Commit d99a03b

Browse files
committed
Update Blazor integration example to include T8LK prefix in LicenseKey for TinyMCE 8 compliance.
1 parent 7b54d82 commit d99a03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/partials/integrations/blazor-tech-ref.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The `+TinyMCE.Blazor+` `+Editor+` component accepts the following properties:
1919
JsConfSrc="path_to_jsObj"
2020
Conf="@yourConf"
2121
ApiKey="no-api-key"
22-
LicenseKey="your-license-key"
22+
LicenseKey="T8LK:your-license-key"
2323
ScriptSrc="/path/to/tinymce.min.js"
2424
ClassName="tinymce-wrapper"
2525
/>

0 commit comments

Comments
 (0)