@@ -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' ,
@@ -352,6 +356,36 @@ const metadata = {
352356 available: [false , true ],
353357 },
354358
359+ {
360+ feature: ' Webshop integration' ,
361+ isHeader: true ,
362+ isSoon: true ,
363+ },
364+ {
365+ feature: ' Custom pricing (per size & license type)' ,
366+ available: [false , true ],
367+ },
368+ {
369+ feature: ' Basket control flow' ,
370+ available: [false , true ],
371+ },
372+ {
373+ feature: ' Mollie payment integration' ,
374+ available: [false , true ],
375+ },
376+ {
377+ feature: ' Offline payment support' ,
378+ available: [false , true ],
379+ },
380+ {
381+ feature: ' Order administration' ,
382+ available: [false , true ],
383+ },
384+ {
385+ feature: ' Download links management' ,
386+ available: [false , true ],
387+ },
388+
355389 {
356390 feature: ' Timeline' ,
357391 isHeader: true ,
@@ -483,7 +517,6 @@ const metadata = {
483517 {
484518 feature: ' Import via Web UI' ,
485519 available: [true , true ],
486- isSoon: true ,
487520 },
488521 {
489522 feature: ' Fast duplicate detection by filename/title' ,
0 commit comments