Skip to content

Commit b00d8ec

Browse files
committed
Merge branch 'master' into version-6.10.3
2 parents 82de086 + 8a06540 commit b00d8ec

File tree

1 file changed

+39
-5
lines changed

1 file changed

+39
-5
lines changed

src/pages/get-supporter-edition.astro

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,7 @@ const metadata = {
8282
icon: 'tabler:plus',
8383
},
8484
{
85-
description: 'Upload quota per user.',
86-
icon: 'tabler:plus',
87-
},
88-
{
89-
description: 'User groups.',
85+
description: 'User groups & upload quotas.',
9086
icon: 'tabler:plus',
9187
},
9288
{
@@ -105,6 +101,14 @@ const metadata = {
105101
description: 'Extended customizations.',
106102
icon: 'tabler:plus',
107103
},
104+
{
105+
description: 'Webshop integration.',
106+
icon: 'tabler:plus',
107+
classes: {
108+
icon_bg: 'bg-neutral-400',
109+
icon: 'text-white',
110+
},
111+
},
108112
{
109113
description: 'more to come...',
110114
icon: 'tabler:question-mark',
@@ -356,6 +360,36 @@ const metadata = {
356360
available: [false, true],
357361
},
358362

363+
{
364+
feature: 'Webshop integration',
365+
isHeader: true,
366+
isSoon: true,
367+
},
368+
{
369+
feature: 'Custom pricing (per size & license type)',
370+
available: [false, true],
371+
},
372+
{
373+
feature: 'Basket control flow',
374+
available: [false, true],
375+
},
376+
{
377+
feature: 'Mollie payment integration',
378+
available: [false, true],
379+
},
380+
{
381+
feature: 'Offline payment support',
382+
available: [false, true],
383+
},
384+
{
385+
feature: 'Order administration',
386+
available: [false, true],
387+
},
388+
{
389+
feature: 'Download links management',
390+
available: [false, true],
391+
},
392+
359393
{
360394
feature: 'Timeline',
361395
isHeader: true,

0 commit comments

Comments
 (0)