Changes for page Products

Last modified by Agnease on 2026/07/13 07:04

From version 12.2
edited by Agnease
on 2026/07/13 06:38
Change comment: There is no comment for this version
To version 11.1
edited by Agnease
on 2026/05/25 16:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Default language
... ... @@ -1,0 +1,1 @@
1 +en
Hidden
... ... @@ -1,1 +1,1 @@
1 -true
1 +false
Content
... ... @@ -6,13 +6,12 @@
6 6   'category': 'Security extension',
7 7   'icon': 'lock',
8 8   'url': 'products.xwiki-two-factor-authentication',
9 - 'content': 'Protect XWiki accounts with MFA/2FA built into the standard login flow, including authenticator app codes, email verification codes, recovery codes, trusted devices and administration controls.',
9 + 'content': 'Add a second verification step to the standard XWiki login flow. Users can verify access with authenticator app codes, email verification codes, or a combined setup requiring both methods.',
10 10   'items': [
11 11   'Works with the standard XWiki authentication flow',
12 - 'Supports TOTP app codes and email verification codes',
13 - 'Includes recovery codes and trusted devices',
14 - 'Provides user self-service setup and administrator overview',
15 - 'Useful for XWiki security, MFA rollout and compliance readiness'
12 + 'Supports app codes, email codes or both',
13 + 'Can remember trusted browsers or devices',
14 + 'Useful for XWiki 2FA, MFA adoption and NIS 2 readiness'
16 16   ],
17 17   'linkLabel': 'View extension'
18 18  }])
... ... @@ -36,7 +36,6 @@
36 36  
37 37   <div class="hero-actions">
38 38   <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a product consultation</a>
39 - <a class="btn btn-secondary" href="$xwiki.getURL('pricing.WebHome')#common-packages">View installation pricing</a>
40 40   </div>
41 41   </div>
42 42   </section>
... ... @@ -44,22 +44,15 @@
44 44   ## PRODUCT CARDS
45 45   <section class="product-index-section" aria-labelledby="products-title">
46 46   <div class="container">
47 - <h2 id="products-title">Available XWiki products</h2>
48 -
49 - <p class="section-intro">
50 - Ready-to-use extensions and applications that can be installed, configured and adapted
51 - to your XWiki environment.
52 - </p>
53 -
54 54   <div class="product-card-grid">
55 55   #foreach ($entry in $productItems)
56 56   <article class="product-card">
57 - <div class="product-card-icon" aria-hidden="true">
58 - <i class="fa fa-$entry.icon"></i>
48 + <div class="product-card-icon">
49 + <i class="fa fa-$entry.icon" aria-hidden="true"></i>
59 59   </div>
60 60  
61 61   <div class="product-card-body">
62 - <div class="product-card-kicker">
53 + <div class="hero-kicker product-card-kicker">
63 63   <i class="fa fa-$entry.icon" aria-hidden="true"></i>
64 64   $entry.category
65 65   </div>
... ... @@ -66,7 +66,7 @@
66 66  
67 67   <h3>$entry.title</h3>
68 68  
69 - <p class="product-card-description">$entry.content</p>
60 + <p>$entry.content</p>
70 70  
71 71   <ul class="product-highlights">
72 72   #foreach ($item in $entry.items)
... ... @@ -74,14 +74,11 @@
74 74   #end
75 75   </ul>
76 76  
77 - <div class="product-card-actions">
68 + <p class="card-link">
78 78   <a class="btn btn-secondary" href="$xwiki.getURL($entry.url)">
79 79   $entry.linkLabel
80 80   </a>
81 - <a class="product-card-contact" href="$xwiki.getURL('contact.WebHome')">
82 - Ask about installation
83 - </a>
84 - </div>
72 + </p>
85 85   </div>
86 86   </article>
87 87   #end