From 87582667203db5c14f90e71ffa3fb5f7b565bcbc Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 11 Jun 2026 11:55:22 +1000 Subject: [PATCH] Docs: DOC-3529 - Remove plan and pricing partial references from premium 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. --- modules/ROOT/pages/a11ychecker.adoc | 3 - modules/ROOT/pages/advcode.adoc | 3 - modules/ROOT/pages/advtable.adoc | 3 - modules/ROOT/pages/autocorrect.adoc | 3 - modules/ROOT/pages/casechange.adoc | 3 - modules/ROOT/pages/checklist.adoc | 3 - modules/ROOT/pages/editimage.adoc | 3 - .../pages/enhanced-skins-and-icon-packs.adoc | 12 +-- modules/ROOT/pages/export.adoc | 3 - modules/ROOT/pages/footnotes.adoc | 3 - modules/ROOT/pages/formatpainter.adoc | 3 - .../pages/introduction-to-mediaembed.adoc | 3 - .../pages/introduction-to-powerpaste.adoc | 3 - .../pages/introduction-to-tiny-comments.adoc | 3 - .../introduction-to-tiny-spellchecker.adoc | 3 - modules/ROOT/pages/linkchecker.adoc | 3 - modules/ROOT/pages/mentions.adoc | 3 - modules/ROOT/pages/mergetags.adoc | 3 - modules/ROOT/pages/pageembed.adoc | 3 - modules/ROOT/pages/permanentpen.adoc | 3 - modules/ROOT/pages/tableofcontents.adoc | 3 - .../ROOT/pages/tinydrive-introduction.adoc | 3 - .../misc/purchase-premium-plugins.adoc | 84 ------------------- 23 files changed, 1 insertion(+), 158 deletions(-) delete mode 100644 modules/ROOT/partials/misc/purchase-premium-plugins.adoc diff --git a/modules/ROOT/pages/a11ychecker.adoc b/modules/ROOT/pages/a11ychecker.adoc index fe432375a6..73253b7959 100644 --- a/modules/ROOT/pages/a11ychecker.adoc +++ b/modules/ROOT/pages/a11ychecker.adoc @@ -4,7 +4,6 @@ :keywords: a11y, accessibility, WCAG :pluginname: Accessibility Checker :plugincode: a11ychecker -:pluginminimumplan: tierthree :includedSection: a11yPlugin @@ -16,8 +15,6 @@ The `+a11ychecker+` premium plugin allows you to check the HTML in the editor fo liveDemo::a11ychecker[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Basic setup To add the {pluginname} plugin to the editor, add `{plugincode}` to the `+plugins+` option in the editor configuration. diff --git a/modules/ROOT/pages/advcode.adoc b/modules/ROOT/pages/advcode.adoc index e491a4c7d2..d31d704c86 100644 --- a/modules/ROOT/pages/advcode.adoc +++ b/modules/ROOT/pages/advcode.adoc @@ -5,7 +5,6 @@ :pluginname: Advanced Code Editor :plugincode: advcode :altplugincode: code -:pluginminimumplan: tiertwo include::partial$misc/admon-premium-plugin.adoc[] @@ -26,8 +25,6 @@ NOTE: For the {pluginname} to offer a full-screen mode requires the xref:fullscr liveDemo::advcode[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Example: basic setup [source,js] diff --git a/modules/ROOT/pages/advtable.adoc b/modules/ROOT/pages/advtable.adoc index 1d423280f7..ca34981f84 100644 --- a/modules/ROOT/pages/advtable.adoc +++ b/modules/ROOT/pages/advtable.adoc @@ -5,7 +5,6 @@ :pluginname: Advanced Tables :plugincode: advtable :plugincategory: premium -:pluginminimumplan: tierthree include::partial$misc/admon-premium-plugin.adoc[] @@ -18,8 +17,6 @@ The `+advtable+` plugin is a premium plugin that extends the core xref:table.ado liveDemo::advtable[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Enabling the Advanced Tables plugin To enable the Advanced Tables plugin, add `+advtable+` to the list of plugins. For example: diff --git a/modules/ROOT/pages/autocorrect.adoc b/modules/ROOT/pages/autocorrect.adoc index 00e41b0a7b..1490158411 100644 --- a/modules/ROOT/pages/autocorrect.adoc +++ b/modules/ROOT/pages/autocorrect.adoc @@ -4,7 +4,6 @@ :keywords: autocorrect, capitalization, misprint, spell, spelling, spellcheck, typo, typographical error :pluginname: Spelling Autocorrect :plugincode: autocorrect -:pluginminimumplan: tierthree include::partial$misc/admon-premium-plugin.adoc[] @@ -17,8 +16,6 @@ The {pluginname} plugin allows {productname} to autocorrect a specified set of s liveDemo::autocorrect[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Basic setup [source,js] diff --git a/modules/ROOT/pages/casechange.adoc b/modules/ROOT/pages/casechange.adoc index 726b910aaa..9ba8268328 100644 --- a/modules/ROOT/pages/casechange.adoc +++ b/modules/ROOT/pages/casechange.adoc @@ -4,7 +4,6 @@ :keywords: case, capitalization, capitalize, lowercase, uppercase :pluginname: Case Change :plugincode: casechange -:pluginminimumplan: tiertwo include::partial$misc/admon-premium-plugin.adoc[] @@ -14,8 +13,6 @@ The *Case Change* plugin is a time saving and handy extension that allows changi liveDemo::casechange[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Changing the case of selected text Perform the following steps to change the case of selected text in a document to lowercase, UPPERCASE, or Title Case: diff --git a/modules/ROOT/pages/checklist.adoc b/modules/ROOT/pages/checklist.adoc index c12827382c..26baa6186f 100644 --- a/modules/ROOT/pages/checklist.adoc +++ b/modules/ROOT/pages/checklist.adoc @@ -4,7 +4,6 @@ :keywords: lists, todo, checklist :pluginname: Checklist :plugincode: checklist -:pluginminimumplan: tiertwo include::partial$misc/admon-premium-plugin.adoc[] @@ -16,8 +15,6 @@ In the {productname} editor, checklists are presented as lists with small checkb liveDemo::checklist[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Creating a Checklist Perform the following steps to create a checklist: diff --git a/modules/ROOT/pages/editimage.adoc b/modules/ROOT/pages/editimage.adoc index d39eb0ae0a..ece38fb438 100644 --- a/modules/ROOT/pages/editimage.adoc +++ b/modules/ROOT/pages/editimage.adoc @@ -4,7 +4,6 @@ :keywords: edit, image, rotate, rotateleft, rotateright, flip, flipv, fliph, editimage, imageoptions :pluginname: Enhanced Image Editing :plugincode: editimage -:pluginminimumplan: tiertwo include::partial$misc/admon-premium-plugin.adoc[] @@ -20,8 +19,6 @@ liveDemo::edit-image[] include::partial$misc/admon-svg-not-supported.adoc[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Cloud Installation The Enhanced Image Editing plugin is provided with all subscriptions to xref:editor-and-features.adoc[{cloudname}], including an automatically configured image proxy. Simply add `+image+` to the `+toolbar+` list and `+image editimage+` to the `+plugins+` list. diff --git a/modules/ROOT/pages/enhanced-skins-and-icon-packs.adoc b/modules/ROOT/pages/enhanced-skins-and-icon-packs.adoc index b0a8b86f89..9158c899de 100644 --- a/modules/ROOT/pages/enhanced-skins-and-icon-packs.adoc +++ b/modules/ROOT/pages/enhanced-skins-and-icon-packs.adoc @@ -101,14 +101,4 @@ Below are some recommended combinations of skins and icon packs: * xref:borderless-demo.adoc[Borderless editor] * xref:naked-demo.adoc[Naked editor] * xref:outside-demo.adoc[Outside editor] -* xref:snow-demo.adoc[Snow editor] - -//// -:pluginname: Tiny Skins and Icon -:pluginminimumplan: tiertwo -:extensionType: Packs -:pluralExtensionType: true -include::partial$misc/purchase-premium-plugins.adoc[] -:!extensionType: -:!pluralExtensionType: -//// \ No newline at end of file +* xref:snow-demo.adoc[Snow editor] \ No newline at end of file diff --git a/modules/ROOT/pages/export.adoc b/modules/ROOT/pages/export.adoc index d7d1405062..22e5c1dadb 100644 --- a/modules/ROOT/pages/export.adoc +++ b/modules/ROOT/pages/export.adoc @@ -4,7 +4,6 @@ :keywords: plugin, export, pdf :pluginname: Export :plugincode: export -:pluginminimumplan: tiertwo IMPORTANT: The {pluginname} plugin is now *deprecated* and will be permanently removed in the upcoming {productname} 9.0 release. To ensure continued access to similar functionality, consider using the link:https://www.tiny.cloud/docs/tinymce/latest/exportpdf/[Export to PDF^] Premium plugin as an alternative. @@ -21,8 +20,6 @@ To export the editor content, either: liveDemo::export[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Cloud Installation The {pluginname} plugin is provided with all subscriptions to xref:editor-and-features.adoc[{cloudname}], including an automatically configured image proxy. To add the {pluginname} plugin to the editor, add `{plugincode}` to the `+plugins+` option in the editor configuration. diff --git a/modules/ROOT/pages/footnotes.adoc b/modules/ROOT/pages/footnotes.adoc index 4c8c8a063e..c2b9bd0d14 100644 --- a/modules/ROOT/pages/footnotes.adoc +++ b/modules/ROOT/pages/footnotes.adoc @@ -4,7 +4,6 @@ :keywords: footnotes, footnote, insertfootnotes, insert, footnotesupdate, mceInsertFootnote, mceUpdateFootnotes :pluginname: Footnotes :plugincode: footnotes -:pluginminimumplan: tierthree include::partial$misc/admon-premium-plugin.adoc[] @@ -20,8 +19,6 @@ The plugin then adds a new line to the footnotes section located at the bottom o liveDemo::footnotes[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Basic setup [source,js] diff --git a/modules/ROOT/pages/formatpainter.adoc b/modules/ROOT/pages/formatpainter.adoc index 435e0ddf0c..9f2ccd8672 100644 --- a/modules/ROOT/pages/formatpainter.adoc +++ b/modules/ROOT/pages/formatpainter.adoc @@ -4,7 +4,6 @@ :keywords: formats, formatting, edit, formatpainter_removeformat, formatpainter_tableformats, formatpainter_ignored_formats, format painter, configuration :pluginname: Format Painter :plugincode: formatpainter -:pluginminimumplan: tiertwo include::partial$misc/admon-premium-plugin.adoc[] @@ -17,8 +16,6 @@ The format painter retains the formatting after application making it possible t liveDemo::format-painter[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Basic setup To add the {pluginname} plugin to the editor, add `{plugincode}` to the `+plugins+` option in the editor configuration. diff --git a/modules/ROOT/pages/introduction-to-mediaembed.adoc b/modules/ROOT/pages/introduction-to-mediaembed.adoc index a24671abd3..a30cfbdf0d 100644 --- a/modules/ROOT/pages/introduction-to-mediaembed.adoc +++ b/modules/ROOT/pages/introduction-to-mediaembed.adoc @@ -4,7 +4,6 @@ :keywords: video, youtube, vimeo, mp3, mp4, mov, movie, clip, film, spotify :pluginname: Enhanced Media Embed :plugincode: mediaembed -:pluginminimumplan: tiertwo include::partial$misc/admon-premium-plugin.adoc[] @@ -14,8 +13,6 @@ The *Enhanced Media Embed* plugin is a link:{pricingpage}/[premium {productname} liveDemo::mediaembed[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Installation For the moment the *Enhanced Media Embed* plugin has to be used in conjunction with the xref:media.adoc[media] plugin, so: diff --git a/modules/ROOT/pages/introduction-to-powerpaste.adoc b/modules/ROOT/pages/introduction-to-powerpaste.adoc index e33115e961..e35173c525 100644 --- a/modules/ROOT/pages/introduction-to-powerpaste.adoc +++ b/modules/ROOT/pages/introduction-to-powerpaste.adoc @@ -4,7 +4,6 @@ :keywords: enterprise, powerpaste, power, microsoft, word, excel, google docs :pluginname: PowerPaste :plugincode: powerpaste -:pluginminimumplan: tiertwo include::partial$misc/admon-premium-plugin.adoc[] @@ -16,8 +15,6 @@ NOTE: Due to limitations in Microsoft Excel online (part of Office Live) PowerPa liveDemo::paste-from-word[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Usage The *PowerPaste* plugin activates automatically when users paste content into the editor. For basic usage, users are not required to take any action. Simply copy and paste content normally using keyboard shortcuts, the browser's "Paste" menu item (including from the context menu), or the {productname} "Paste" toolbar button. diff --git a/modules/ROOT/pages/introduction-to-tiny-comments.adoc b/modules/ROOT/pages/introduction-to-tiny-comments.adoc index 761ef56980..398954f6ef 100644 --- a/modules/ROOT/pages/introduction-to-tiny-comments.adoc +++ b/modules/ROOT/pages/introduction-to-tiny-comments.adoc @@ -4,7 +4,6 @@ :keywords: comments, commenting, tinycomments :pluginname: Comments :plugincode: comments -:pluginminimumplan: enterprise == Contents @@ -45,8 +44,6 @@ The following example shows how to configure the Comments plugin in *embedded* m liveDemo::comments-embedded[] -// include::partial$misc/purchase-premium-plugins.adoc[] - [[getting-started-with-the-comments-plugin-selecting-a-mode]] == Getting started with the Comments plugin - Selecting a mode diff --git a/modules/ROOT/pages/introduction-to-tiny-spellchecker.adoc b/modules/ROOT/pages/introduction-to-tiny-spellchecker.adoc index 36141af927..996946ac86 100644 --- a/modules/ROOT/pages/introduction-to-tiny-spellchecker.adoc +++ b/modules/ROOT/pages/introduction-to-tiny-spellchecker.adoc @@ -4,7 +4,6 @@ :keywords: tinymcespellchecker, spellchecker_language, spellchecker_languages, spellchecker_rpc_url, spellchecker_dialog, ephox :pluginname: Spell Checker Pro :plugincode: tinymcespellchecker -:pluginminimumplan: tierthree include::partial$misc/admon-premium-plugin.adoc[] @@ -14,8 +13,6 @@ include::partial$misc/admon-premium-plugin.adoc[] liveDemo::spellcheckerpro[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Cloud Installation To enable the {productname} Enterprise Spellchecking plugin with xref:editor-and-features.adoc[{cloudname}], add `+tinymcespellchecker+` to the `+plugins+` list. diff --git a/modules/ROOT/pages/linkchecker.adoc b/modules/ROOT/pages/linkchecker.adoc index bf54b590d2..6cbcf162c9 100644 --- a/modules/ROOT/pages/linkchecker.adoc +++ b/modules/ROOT/pages/linkchecker.adoc @@ -4,7 +4,6 @@ :keywords: url, urls, link, linkchecker_service_url, linkchecker_content_css :pluginname: Link Checker :plugincode: linkchecker -:pluginminimumplan: tierthree include::partial$misc/admon-premium-plugin.adoc[] @@ -16,8 +15,6 @@ The Link Checker plugin relies on HTTP response status codes to determine if a l liveDemo::linkchecker[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Cloud Instructions If you are using xref:editor-and-features.adoc[{cloudname}], add `+"linkchecker"+` to your plugins list, and the service will be automatically configured. diff --git a/modules/ROOT/pages/mentions.adoc b/modules/ROOT/pages/mentions.adoc index 4e2696a079..ca7cebcdf0 100644 --- a/modules/ROOT/pages/mentions.adoc +++ b/modules/ROOT/pages/mentions.adoc @@ -4,7 +4,6 @@ :keywords: mentions, atmentions :pluginname: Mentions :plugincode: mentions -:pluginminimumplan: enterprise include::partial$misc/admon-premium-plugin.adoc[] @@ -14,8 +13,6 @@ The mentions plugin will present a list of users when a user types the "@" symbo liveDemo::mentions[height="400"] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Options These configuration options affect the execution of the `+mentions+` plugin. The main option that needs to be implemented is the `+mentions_fetch+` callback. diff --git a/modules/ROOT/pages/mergetags.adoc b/modules/ROOT/pages/mergetags.adoc index 654aa19263..1f20d9dc10 100644 --- a/modules/ROOT/pages/mergetags.adoc +++ b/modules/ROOT/pages/mergetags.adoc @@ -4,7 +4,6 @@ :keywords: merge, tags, tag, mergetags, mergetag, mergetags_list, mergetags_prefix, mergetags_suffix, mail merge, personalization token :pluginname: Merge Tags :plugincode: mergetags -:pluginminimumplan: tiertwo include::partial$misc/admon-premium-plugin.adoc[] @@ -20,8 +19,6 @@ Once a merge tag is inserted, the plugin leaves a non-editable variable wrapped liveDemo::merge-tag[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Basic setup [source,js] diff --git a/modules/ROOT/pages/pageembed.adoc b/modules/ROOT/pages/pageembed.adoc index a3f9c25a5f..7171686596 100644 --- a/modules/ROOT/pages/pageembed.adoc +++ b/modules/ROOT/pages/pageembed.adoc @@ -4,7 +4,6 @@ :keywords: view, Page Embed, insert, iframe :pluginname: Page Embed :plugincode: pageembed -:pluginminimumplan: tiertwo include::partial$misc/admon-premium-plugin.adoc[] @@ -19,8 +18,6 @@ The *Page Embed* plugin embeds a page in the content using an iframe (Inline fra liveDemo::page-embed[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Creating a Page Embed toolbar button Use the following script to create a Page Embed toolbar button: diff --git a/modules/ROOT/pages/permanentpen.adoc b/modules/ROOT/pages/permanentpen.adoc index 6cbe0f5166..7d6679402b 100644 --- a/modules/ROOT/pages/permanentpen.adoc +++ b/modules/ROOT/pages/permanentpen.adoc @@ -4,7 +4,6 @@ :keywords: permanent, pen, copy, text, format, style :pluginname: Permanent Pen :plugincode: permanentpen -:pluginminimumplan: tiertwo include::partial$misc/admon-premium-plugin.adoc[] @@ -34,8 +33,6 @@ For more information on {productname} formats, refer to the xref:content-formatt liveDemo::permanent-pen[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Using a Permanent Pen === To enable Permanent Pen diff --git a/modules/ROOT/pages/tableofcontents.adoc b/modules/ROOT/pages/tableofcontents.adoc index 11e2747e87..f62f266cfd 100644 --- a/modules/ROOT/pages/tableofcontents.adoc +++ b/modules/ROOT/pages/tableofcontents.adoc @@ -4,7 +4,6 @@ :keywords: tableofcontents, tableofcontents_depth, tableofcontents_class, tableofcontents_header, toc :pluginname: Table of Contents :plugincode: tableofcontents -:pluginminimumplan: tiertwo include::partial$misc/admon-premium-plugin.adoc[] @@ -16,8 +15,6 @@ NOTE: In previous versions of {productname} the {pluginname} plugin was provided liveDemo::tableofcontents[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Basic setup [source,js] diff --git a/modules/ROOT/pages/tinydrive-introduction.adoc b/modules/ROOT/pages/tinydrive-introduction.adoc index 50adf21ddb..7c7672324d 100644 --- a/modules/ROOT/pages/tinydrive-introduction.adoc +++ b/modules/ROOT/pages/tinydrive-introduction.adoc @@ -4,7 +4,6 @@ :keywords: tinydrive, introduction, overview :pluginname: Tiny Drive :plugincode: tinydrive -:pluginminimumplan: tierone {cloudfilemanager} is a premium {productname} plugin for cloud-based asset management and storage. {cloudfilemanager} allows your users to upload, manage, and use files in {productname}. @@ -34,8 +33,6 @@ The storage and bandwidth quota varies based upon your link:{pricingpage}/[{clou liveDemo::drive[] -// include::partial$misc/purchase-premium-plugins.adoc[] - == Upload files URL The URL format for each file is `+https://drive.tiny.cloud/1/{your-api-key}/{uuid}+`, and is generated when a file is uploaded. If a file is moved or renamed, it will still have the same unique URL, so the restructuring of the files using {cloudfilemanager} won't affect the URL. Deleting a file will mark the URL as being unused, and the URL will not continue to work. diff --git a/modules/ROOT/partials/misc/purchase-premium-plugins.adoc b/modules/ROOT/partials/misc/purchase-premium-plugins.adoc deleted file mode 100644 index 1cfd674118..0000000000 --- a/modules/ROOT/partials/misc/purchase-premium-plugins.adoc +++ /dev/null @@ -1,84 +0,0 @@ -// 2023-09-06: the logic herein must be updated to cater to -// extant commercial plan structures before this file can, once again -// be added to Premium plugin pages via an `include::` statement. - -ifeval::["{extensionType}" != "Packs"] -:extensionType: plugin -endif::[] -ifeval::[{pluralExtensionType} == true] -:isAre: are -endif::[] -ifeval::[{pluralExtensionType} != true] -:isAre: is -endif::[] - -ifeval::["{pluginminimumplan}" == "tierone"] -:isTierOne: -endif::[] -ifeval::["{pluginminimumplan}" == "tiertwo"] -:isTierTwo: -endif::[] -ifeval::["{pluginminimumplan}" == "tierthree"] -:isTierThree: -endif::[] -ifeval::["{pluginminimumplan}" == "enterprise"] -:isEnterprise: -endif::[] - -ifeval::["{pluginname}" != "Tiny Drive"] -[[getting-started-with-tinymce-pluginname]] -== Getting started with {productname} {pluginname} -endif::[] -ifeval::["{pluginname}" == "Tiny Drive"] -[[getting-started-with-tiny-drive]] -== Getting started with {pluginname} -endif::[] - - -[[creating-a-tiny-cloud-account]] -=== Creating a {cloudname} account - -Try the *{pluginname} {extensionType}* and the {cloudname} with a free link:{accountsignup}/[{accountpage}]. New accounts receive a 14-day trial of the {companyname} link:{plugindirectory}[premium plugins], skins, and icon packs; with no credit card information or commitment required. - - -ifeval::["{pluginname}" != "Tiny Drive"] -[[get-tinymce-pluginname]] -=== Get {productname} {pluginname} -endif::[] -ifeval::["{pluginname}" == "Tiny Drive"] -[[get-tiny-drive]] -=== Get {pluginname} -endif::[] - -ifeval::["{pluginminimumplan}" != "enterprise"] -The *{pluginname} {extensionType}* {isAre} included in the following {cloudname} plans: -endif::[] -ifeval::["{pluginminimumplan}" == "enterprise"] -The *{pluginname} {extensionType}* {isAre} included in link:{pricingpage}/[{enterpriseplan}]. -endif::[] - -ifdef::isTierOne[] -* The link:{pricingpage}[{tieroneplan}]. -endif::[] -ifdef::isTierOne,isTierTwo[] -* The link:{pricingpage}[{tiertwoplan}]. -endif::[] -ifdef::isTierOne,isTierTwo,isTierThree[] -* The link:{pricingpage}[{tierthreeplan}]. -endif::[] -ifndef::isEnterprise[] -* link:{pricingpage}/[{enterpriseplan}]. -endif::[] - -ifdef::isTierTwo[] -A 14-day free trial is also available for the {tiertwoplan} and the {tierthreeplan}. -endif::[] -ifdef::isTierThree[] -A 14-day free trial is available for the {tierthreeplan}. -endif::[] - -:!isAre: -:!isTierOne: -:!istiertwo: -:!istierthree: -:!isEnterprise: \ No newline at end of file