DOC-3529 - Remove plan and pricing marketing partial from TinyMCE 5 premium pages#4200
Open
kemister85 wants to merge 1 commit into
Open
DOC-3529 - Remove plan and pricing marketing partial from TinyMCE 5 premium pages#4200kemister85 wants to merge 1 commit into
kemister85 wants to merge 1 commit into
Conversation
…um pages Remove the purchase-premium-plugins partial and every include of it across the premium feature pages. The partial enumerated specific Tiny Cloud plans and trial terms, which reads as marketing and goes out of date; per the agreed approach the documentation should not state specific plan or pricing information. Readers are directed to the pricing page through site navigation instead.
992f3f7 to
8d6bc66
Compare
metricjs
approved these changes
Jun 11, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Remove the
purchase-premium-plugins.adocpartial and every include of it across the TinyMCE 5 premium feature pages (15 pages).The partial enumerated specific Tiny Cloud plans (Community / Essential / Professional / Custom) and trial terms. This reads as marketing, duplicates information that belongs on the pricing page, and goes out of date — it was the source of DOC-3529, where PowerPaste was incorrectly listed as part of the Essential plan. Per the agreed approach, the documentation should not state specific plan or pricing information; readers reach pricing through site navigation instead.
This also completes a migration already started on the newer branches: on
tinymce/8(and the plugin pages ontinymce/6/tinymce/7) this include was already commented out.Changes
modules/ROOT/partials/misc/purchase-premium-plugins.adoc.:pluginname:,:pluginminimumplan:,:plugindocspage:, and theextensionTypeattributes on the skins page) from 15 pages:paste-from-word,enterprise-advcode,enterprise-accessibility,enterprise-casechange,enterprise-checklist,enterprise-export,enterprise-formatpainter,enterprise-mentions,enterprise-pageembed,enterprise-permanentpen,enterprise-tinydrive,introduction-to-tiny-comments,check-links,check-spelling,enhanced-skins-and-icon-packs.Verification
Note (out of scope)
A promotional banner image (
_/img/banners/promo-box.svg) injected by the docs UI theme still has alt text referencing a "14-day trial for the Professional Plan." That asset lives indocs-antora-ui, not in this content repo.Follow-up PRs will apply the same removal to
tinymce/6,tinymce/7, andtinymce/8.Resolves DOC-3529.