DOC-3529 - Remove plan/pricing partial from TinyMCE 8 premium pages#4201
Open
kemister85 wants to merge 1 commit into
Open
DOC-3529 - Remove plan/pricing partial from TinyMCE 8 premium pages#4201kemister85 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, along with the now-orphaned pluginminimumplan attribute that only fed that partial. The includes were already commented out on this branch; this completes the cleanup so the documentation holds no 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/8and remove every reference to it.The partial enumerated specific Tiny Cloud plans and trial terms. Its includes were already commented out across the premium plugin pages on this branch (replaced by the generic
admon-premium-plugin.adocnote), so the published pages already showed no plan list. This change finishes the cleanup: it removes the dead commented-out 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, v6, v7).
Changes
modules/ROOT/partials/misc/purchase-premium-plugins.adoc.// include::...purchase-premium-plugins...lines.: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.