Skip to content

Commit 992f3f7

Browse files
committed
Docs: DOC-3529 - Remove specific plan and pricing references from premium plugin partial
Replace the enumerated plan list (Community/Essential/Professional/Custom) in the shared purchase-premium-plugins partial with a generic statement that directs readers to the pricing page. This stops PowerPaste, and every other premium plugin page, from naming specific plans that can go out of date. Revert the page-level minimum plan change since the partial no longer reads it.
1 parent e864c5e commit 992f3f7

2 files changed

Lines changed: 3 additions & 45 deletions

File tree

modules/ROOT/pages/paste-from-word.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ It also does the same for images, automatically linking to the source image URL.
4040
liveDemo::paste-from-word[]
4141

4242
:pluginname: PowerPaste
43-
:pluginminimumplan: tierthree
43+
:pluginminimumplan: tiertwo
4444
:plugindocspage: introduction-to-powerpaste.adoc
4545
include::partial$misc/purchase-premium-plugins.adoc[]

modules/ROOT/partials/misc/purchase-premium-plugins.adoc

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -8,53 +8,15 @@ ifeval::[{pluralExtensionType} != true]
88
:isAre: is
99
endif::[]
1010

11-
ifeval::["{pluginminimumplan}" == "tierone"]
12-
:isTierOne:
13-
endif::[]
14-
ifeval::["{pluginminimumplan}" == "tiertwo"]
15-
:isTierTwo:
16-
endif::[]
17-
ifeval::["{pluginminimumplan}" == "tierthree"]
18-
:isTierThree:
19-
endif::[]
20-
ifeval::["{pluginminimumplan}" == "enterprise"]
21-
:isEnterprise:
22-
endif::[]
23-
2411
== Getting started with {pluginname}
2512

2613
=== Creating an account
2714

28-
Try the *{pluginname} {extensionType}* and the {cloudname} with a free link:{accountsignup}[{accountpage}]. New accounts receive a 30-day trial of the {companyname} link:{plugindirectory}[premium plugins], skins, and icon packs; with no credit card information or commitment required.
15+
Try the *{pluginname} {extensionType}* and the {cloudname} with a free link:{accountsignup}[{accountpage}]. New accounts receive a trial of the {companyname} link:{plugindirectory}[premium plugins], skins, and icon packs; with no credit card information or commitment required.
2916

3017
=== Get {pluginname}
3118

32-
ifndef::isEnterprise[]
33-
The *{pluginname} {extensionType}* {isAre} included in the following {cloudname} plans:
34-
endif::[]
35-
ifdef::isEnterprise[]
36-
The *{pluginname} {extensionType}* {isAre} included in link:{pricingpage}[{enterpriseplan}].
37-
endif::[]
38-
39-
ifdef::isTierOne[]
40-
* The link:{pricingpage}[{tieroneplan}].
41-
endif::[]
42-
ifdef::isTierOne,isTierTwo[]
43-
* The link:{pricingpage}[{tiertwoplan}].
44-
endif::[]
45-
ifdef::isTierOne,isTierTwo,isTierThree[]
46-
* The link:{pricingpage}[{tierthreeplan}].
47-
endif::[]
48-
ifndef::isEnterprise[]
49-
* link:{pricingpage}[{enterpriseplan}].
50-
endif::[]
51-
52-
ifdef::isTierTwo[]
53-
A 14-day free trial is also available for the {tiertwoplan} and the {tierthreeplan}.
54-
endif::[]
55-
ifdef::isTierThree[]
56-
A 14-day free trial is available for the {tierthreeplan}.
57-
endif::[]
19+
The *{pluginname} {extensionType}* {isAre} available with a paid {cloudname} subscription. For the {cloudname} plans that include {pluginname}, see the link:{pricingpage}[{companyname} pricing page].
5820

5921
== Further information
6022

@@ -72,7 +34,3 @@ ifeval::["{extensionType}" != "Packs"]
7234
endif::[]
7335

7436
:!isAre:
75-
:!isTierOne:
76-
:!istiertwo:
77-
:!istierthree:
78-
:!isEnterprise:

0 commit comments

Comments
 (0)