You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/7.8.0-release-notes.adoc
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,14 +257,6 @@ tinymce.init({
257
257
</p>
258
258
----
259
259
260
-
// === New `onboarding` option
261
-
// // #TINY-11931
262
-
263
-
// {productname} {release-version} introduces a new `+onboarding+` option to enhance the developer experience during the 14-day trial period. This option controls the display of a cloud promotion banner highlighting paid features available during the trial. The banner is automatically hidden when the trial ends or when the editor is correctly configured, ensuring a smoother and less intrusive setup experience.
264
-
265
-
// For more information, see xref:promotions.adoc#onboarding[onboarding].
Copy file name to clipboardExpand all lines: modules/ROOT/pages/7.9.0-release-notes.adoc
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,13 @@ Previously, {productname} did not offer a separate `disc` styling option for uno
161
161
</ul>
162
162
----
163
163
164
+
=== New `onboarding` option
165
+
// #TINY-11931
166
+
167
+
{productname} {release-version} introduces a new `+onboarding+` option to enhance the developer experience during the 14-day trial period. This option controls the display of a cloud promotion banner highlighting paid features available during the trial. The banner is automatically hidden when the trial ends or when the editor is correctly configured, ensuring a smoother and less intrusive setup experience.
168
+
169
+
For more information, see xref:promotions.adoc#onboarding[onboarding].
=== "A valid API key is required to continue using {productname}. **Please alert the admin** to check the current API key. xref:invalid-api-key.adoc[Click here to learn more.]"
17
17
18
-
==== Cause "No API Key"
18
+
==== Cause "no-api-key"
19
19
20
20
This notification is *only shown* when either:
21
21
22
-
* An `+apiKey+` is not provided in the script tag.
In this case, the editor will be in a **read-only** state, and the user will see a **"Finish setting up"** dialog prompting them to add a valid API key, configure their domain, and explore premium features.
36
+
32
37
==== Solution
33
38
34
39
Update the `+src+` URL to include your (website or application developer's) {cloudname} API Key. Your API key should replace the string `+no-api-key+`.
@@ -66,6 +71,63 @@ NOTE: Visit our xref:invalid-api-key.adoc[Invalid API key] page for more informa
66
71
67
72
'''
68
73
74
+
[[trial-banner-exploration]]
75
+
== Trial Banner - Explore Features (Valid Trial API Key)
76
+
77
+
=== "Try out paid features! Explore all of the trial benefits including Premium plugins."
78
+
79
+
==== Cause
80
+
81
+
This banner appears when the API key being used is associated with a trial account. The editor is fully functional but includes a banner promoting premium features such as `PowerPaste`, `Export to Word`, and `Templates`.
In this case, the resolved API key is effectively empty, resulting in a `read-only` editor state and 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." message.
124
+
125
+
==== Solution
126
+
127
+
Ensure the API key is correctly included in the `+<script>+` URL, without any missing or empty segments.
0 commit comments