-
Notifications
You must be signed in to change notification settings - Fork 220
DOC-3226: Update licensing information and examples for TinyMCE 8 #3753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
kemister85
merged 26 commits into
feature/8.0.0/DOC-3147
from
feature/8.0.0/DOC-3147_DOC-3226
Jul 21, 2025
Merged
Changes from 18 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
f000623
DOC-3226: Update licensing information and examples for TinyMCE 8, in…
kemister85 5f7c71c
Enhance license key documentation for TinyMCE 8, clarifying T8LK pref…
kemister85 2864ff0
DOC-3226: Update license key format across documentation and examples…
kemister85 7b54d82
Update Blazor integration example to include T8LK prefix in LicenseKe…
kemister85 d99a03b
Update Blazor integration example to include T8LK prefix in LicenseKe…
kemister85 3ab1524
DOC-3226: Technical and readabilty adjustments
ltrouton 7e1a0ee
DOC-3226: Enhance license key documentation for TinyMCE 8, clarifying…
kemister85 7d83819
DOC-3226: Update license key documentation for TinyMCE 8, clarifying …
kemister85 adfe9a5
Update modules/ROOT/pages/8.0-release-notes.adoc
kemister85 d1fa09f
Update modules/ROOT/partials/integrations/webcomponent-tech-ref.adoc
kemister85 3ecaf67
Update modules/ROOT/partials/integrations/webcomponent-quick-start.adoc
kemister85 041dad5
Update modules/ROOT/partials/integrations/webcomponent-tech-ref.adoc
kemister85 29c1a20
Update modules/ROOT/partials/integrations/webcomponent-tech-ref.adoc
kemister85 ad0860d
Update modules/ROOT/partials/integrations/webcomponent-tech-ref.adoc
kemister85 44a2291
DOC-3226: Change readonly to disabled. Add new messages.
ltrouton 320d8f3
Update modules/ROOT/partials/integrations/common/license-key-property…
kemister85 de54c18
Update modules/ROOT/partials/integrations/vue-quick-start.adoc
kemister85 ea38c35
Update modules/ROOT/partials/integrations/vue-quick-start.adoc
kemister85 bc7568e
Update modules/ROOT/partials/integrations/blazor-postinstall.adoc
kemister85 e20cb6c
Update modules/ROOT/partials/integrations/blazor-tech-ref.adoc
kemister85 1972095
Update modules/ROOT/partials/integrations/react-bundling.adoc
kemister85 480bd12
Update modules/ROOT/partials/integrations/svelte-quick-start.adoc
kemister85 fffd8fe
Update modules/ROOT/partials/module-loading/bundling-vite-es6-npm_edi…
kemister85 c589b35
Update modules/ROOT/partials/integrations/react-quick-start.adoc
kemister85 7179b2c
Apply suggestions from code review
kemister85 e7d5584
DOC-3147: Update key information for self-hosted for licensekeymanage…
kemister85 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
modules/ROOT/partials/integrations/common/license-key-property.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| Specifies the {productname} license key. Required for self-hosted deployments of {productname}. This property is **not required** for cloud-only deployments using the {cloudname} as your cloud subscription automatically includes the commercial license. For more information, see: xref:license-key.adoc[License Key]. | ||
|
|
||
| *Type:* `+String+` | ||
|
|
||
| *Default value:* `+undefined+` | ||
|
|
||
| *Possible values:* | ||
| * `undefined` - Use this when loading from {cloudname} with an API key | ||
| * `'gpl'` - For open source projects using GPL license | ||
| * `'T8LK:...'` - For commercial {productname} installations (must use this prefix for version 8+) | ||
kemister85 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| * `'GPL+T8LK:'` - For open source projects that require premium features while maintaining GPL compliance. | ||
|
|
||
| [NOTE] | ||
| ==== | ||
| In hybrid deployments (using both cloud and self-hosted features): | ||
|
|
||
| * You can provide both an API key and a license key | ||
| * The editor will use cloud services when available | ||
| * It will automatically fall back to the local license key if cloud services are not contactable | ||
| ==== | ||
kemister85 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kemister85 marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.