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
- Reframe overview to emphasize cloud connection is opt-in
- Remove hard-coded trial duration (defer to Portal)
- Remove specific plugin entitlement claims (defer to Portal)
- Remove ZIP note (pending confirmation from Cloud team)
- Rename section to "Cloud-powered features" for clarity
- Add Portal links for trial details that may change
Copy file name to clipboardExpand all lines: modules/ROOT/pages/self-hosted-trial.adoc
+11-14Lines changed: 11 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@
7
7
8
8
== Overview
9
9
10
-
A self-hosted trial provides access to {productname} premium plugins and cloud-powered services in a self-hosted environment. This allows evaluation of the full {productname} feature set, including features that depend on cloud services, without requiring a separate cloud deployment or additional scripts.
10
+
A self-hosted trial provides access to {productname} premium plugins in a self-hosted environment. Integrators can optionally connect to {cloudname} services during the trial to evaluate cloud-powered features such as Spell Checker Pro, Export to PDF, and TinyMCE AI, without requiring a separate cloud deployment or additional scripts.
11
11
12
-
During the trial period, {productname} connects to {cloudname} services using the trial license key. No separate API key is required.
12
+
Connecting to cloud services is opt-in. Setting the `+cloud_services_trial+` option to `+true+` enables the connection. Without this option, the editor operates entirely offline with no cloud dependency. No separate API key is required.
13
13
14
14
[NOTE]
15
15
====
16
-
Only new customers can start a self-hosted trial. The trial period lasts 14 days from the date of sign-up.
16
+
Only new customers can start a self-hosted trial. For trial duration and entitlement details, see the link:https://www.tiny.cloud/my-account[Tiny Cloud Account] portal.
17
17
====
18
18
19
19
== Prerequisites
@@ -34,11 +34,6 @@ Install both the core editor and premium plugins package:
The self-hosted trial also supports installation using a ZIP package. For ZIP-based setup instructions, see xref:zip-install.adoc[Quick start: ZIP]. The remaining steps in this guide apply regardless of the installation method.
40
-
====
41
-
42
37
=== Step 2: Configure the editor with the trial license key
43
38
44
39
Add the trial license key to the {productname} configuration using the `+license_key+` option:
For hosting setups, ensure the `+licensekeymanager+` folder is present in the `+plugins+` directory alongside all other plugins. For more details, see xref:license-key.adoc#_setting_up_the_commercial_license_key_manager[Setting up the Commercial License Key Manager].
84
79
85
-
== Available features
80
+
== Cloud-powered features
86
81
87
-
The self-hosted trial includes access to the following cloud-powered premium features:
82
+
The following premium features require a connection to {cloudname} services and will only function when `+cloud_services_trial+` is set to `+true+`:
88
83
89
84
[cols="1,2", options="header"]
90
85
|===
@@ -118,7 +113,9 @@ The self-hosted trial includes access to the following cloud-powered premium fea
118
113
| AI-powered content generation and editing.
119
114
|===
120
115
121
-
In addition to cloud-powered features, all self-hosted premium plugins included in the `+tinymce-premium+` package are available during the trial without requiring a cloud connection.
116
+
All other premium plugins included in the `+tinymce-premium+` package function during the trial without a cloud connection.
117
+
118
+
For the full list of features included in a trial, see the link:https://www.tiny.cloud/my-account[Tiny Cloud Account] portal.
122
119
123
120
== Network requirements
124
121
@@ -143,7 +140,7 @@ The exact list of required domains depends on which cloud-powered features are e
143
140
| Limitation | Details
144
141
145
142
| Duration
146
-
| 14 days from sign-up.
143
+
| The trial period begins at sign-up. For the current trial duration, see the link:https://www.tiny.cloud/my-account[Tiny Cloud Account] portal.
147
144
148
145
| Eligibility
149
146
| New customers only. Existing customers with an active subscription are not eligible for a self-hosted trial.
@@ -152,7 +149,7 @@ The exact list of required domains depends on which cloud-powered features are e
152
149
| The editor ceases to function when the trial license key expires. Purchase a commercial license to continue using {productname}.
153
150
154
151
| Cloud services
155
-
| Cloud-powered features require an active internet connection and the `+cloud_services_trial+` option set to `+true+`.
152
+
| Cloud-powered features require an active internet connection and the `+cloud_services_trial+` option set to `+true+`. Without this option, no cloud connection is made.
156
153
|===
157
154
158
155
== After the trial
@@ -182,7 +179,7 @@ To continue using {productname} after the trial period:
182
179
| No. Unlike a hybrid deployment, the self-hosted trial does not require an additional script tag. The `+cloud_services_trial+` option and the trial license key handle all cloud service connectivity.
183
180
184
181
| Which plugins work without cloud services?
185
-
| All premium plugins that do not depend on an external service function during the trial regardless of the `+cloud_services_trial+` option value. This includes plugins such as xref:advtable.adoc[Advanced Tables], xref:introduction-to-powerpaste.adoc[PowerPaste], xref:footnotes.adoc[Footnotes], and xref:mergetags.adoc[Merge Tags], among others.
182
+
| All premium plugins that do not depend on an external service function during the trial regardless of the `+cloud_services_trial+` option value. Only the features listed in <<Cloud-powered features>> require the cloud connection to be enabled.
186
183
187
184
| Can the trial be extended?
188
185
| Trial extensions are not available through self-service. Contact link:https://support.tiny.cloud[{productname} Support] for assistance.
0 commit comments