We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b555a4e commit db0725cCopy full SHA for db0725c
modules/ROOT/partials/integrations/blazor-tech-ref.adoc
@@ -18,7 +18,7 @@ The `+TinyMCE.Blazor+` `+Editor+` component accepts the following properties:
18
Disable=false
19
JsConfSrc="path_to_jsObj"
20
Conf="@yourConf"
21
- ApiKey="your-api-key"
+ ApiKey="no-api-key"
22
LicenseKey="your-license-key"
23
ScriptSrc="/path/to/tinymce.min.js"
24
ClassName="tinymce-wrapper"
@@ -40,7 +40,7 @@ None of the configuration properties are required for the TinyMCE Blazor integra
40
[source,cs]
41
----
42
<Editor
43
44
/>
45
46
0 commit comments