Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Cschwentker (talk | contribs)
m (Text replacement - "Free plan available" to "Free edition")
Cschwentker (talk | contribs)
m (Text replacement - "Subscription" to "Paid subscription")
Line 476: Line 476:
             // TODO: Fetch from server?
             // TODO: Fetch from server?
             const FREE_KEY = 'Freeware', FREE_PLAN_KEY = 'Free edition';
             const FREE_KEY = 'Freeware', FREE_PLAN_KEY = 'Free edition';
             const bModels = [FREE_KEY, FREE_PLAN_KEY, 'Subscription', 'Other'];
             const bModels = [FREE_KEY, FREE_PLAN_KEY, 'Paid subscription', 'Other'];
             let bModelFilterHtml = bModels.reduce((acc, curr) => {
             let bModelFilterHtml = bModels.reduce((acc, curr) => {
                 const identifier = escapeAttr(curr);
                 const identifier = escapeAttr(curr);

Revision as of 10:05, 16 November 2022

Development verstion of the DCT List.
Not ready for production!