Skip to content

Commit db0725c

Browse files
committed
DOC-3186: replace your-api-key with no-api-key.
1 parent b555a4e commit db0725c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The `+TinyMCE.Blazor+` `+Editor+` component accepts the following properties:
1818
Disable=false
1919
JsConfSrc="path_to_jsObj"
2020
Conf="@yourConf"
21-
ApiKey="your-api-key"
21+
ApiKey="no-api-key"
2222
LicenseKey="your-license-key"
2323
ScriptSrc="/path/to/tinymce.min.js"
2424
ClassName="tinymce-wrapper"
@@ -40,7 +40,7 @@ None of the configuration properties are required for the TinyMCE Blazor integra
4040
[source,cs]
4141
----
4242
<Editor
43-
ApiKey="your-api-key"
43+
ApiKey="no-api-key"
4444
/>
4545
----
4646

0 commit comments

Comments
 (0)