Widget: DCTList: Difference between revisions

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

Revision as of 08:56, 5 December 2022

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