DOC-3529 - Remove plan/pricing partial from TinyMCE 6 premium pages#4203
Open
kemister85 wants to merge 1 commit into
Open
DOC-3529 - Remove plan/pricing partial from TinyMCE 6 premium pages#4203kemister85 wants to merge 1 commit into
kemister85 wants to merge 1 commit into
Conversation
…ium pages Delete the unused purchase-premium-plugins partial and remove every reference to it, including the block-commented usage on the enhanced skins and icon packs page, the commented-out includes on premium plugin pages, and the now-orphaned pluginminimumplan attribute that only fed that partial. The documentation no longer holds specific plan or pricing information.
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
Delete the unused
purchase-premium-plugins.adocpartial ontinymce/6and remove every reference to it.The partial enumerated specific Tiny Cloud plans and trial terms. Its includes were already disabled on this branch — commented out (
//) on the premium plugin pages and block-commented (////) on the Enhanced Skins & Icon Packs page — so the published pages already showed no plan list. This change completes the cleanup: it removes those dead commented includes, deletes the partial file, and removes the now-orphaned:pluginminimumplan:attribute (only ever consumed by that partial).Part of the cross-version DOC-3529 cleanup (companion PRs cover v5, v7, v8).
Changes
modules/ROOT/partials/misc/purchase-premium-plugins.adoc.// include::...lines (21 pages) and the block-commented usage onenhanced-skins-and-icon-packs.adoc.:pluginminimumplan:attribute from all pages that declared it.Verification
purchase-premium-pluginsorpluginminimumplaninmodules/.Note (out of scope)
The promotional banner image (
_/img/banners/promo-box.svg) injected by the docs UI theme still references a "14-day trial for the Professional Plan." That asset lives indocs-antora-ui.Relates to DOC-3529.