Skip to content

Commit 2bd4ef9

Browse files
committed
DOC-3181: Replace your-api-key with no-api-key.
1 parent c816aa3 commit 2bd4ef9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The `+tinymce-react+` integration will try to source {productname} in the follow
104104

105105
These props are used to configure how the editor is sourced:
106106

107-
xref:apikey[`+apiKey+`]:: The {cloudname} API key. When loading from {cloudname}, use this prop to remove the "This domain is not registered..." warning message.
107+
xref:apikey[`+apiKey+`]:: The {cloudname} API key. When loading from {cloudname}, use this prop to remove the "A valid API key is required to continue using TinyMCE. Please alert the admin to check the current API key. Click here to learn more." warning message.
108108

109109
xref:licenseKey[`+licenseKey+`]:: The {cloudname} License key. Use this when self-hosting {productname} instead of loading from {cloudname}.
110110

@@ -167,7 +167,7 @@ None of the configuration props are *required* for the {productname} React compo
167167

168168
{cloudname} API key.
169169

170-
Required for deployments using the {cloudname} to provide the {productname} editor without the warning message "This domain is not registered...".
170+
Required for deployments using the {cloudname} to provide the {productname} editor without the warning message "A valid API key is required to continue using TinyMCE. Please alert the admin to check the current API key. Click here to learn more".
171171

172172
include::partial$misc/get-an-api-key.adoc[]
173173

@@ -180,7 +180,7 @@ include::partial$misc/get-an-api-key.adoc[]
180180
[source,jsx]
181181
----
182182
<Editor
183-
apiKey='your-api-key'
183+
apiKey='no-api-key'
184184
/>
185185
----
186186

@@ -229,7 +229,7 @@ Such as:
229229
[source,jsx,subs="attributes+"]
230230
----
231231
<Editor
232-
apiKey='your-api-key'
232+
apiKey='no-api-key'
233233
cloudChannel='{productmajorversion}-dev'
234234
init={{ /* your other settings */ }}
235235
/>

0 commit comments

Comments
 (0)