Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 346: Line 346:
  
 
             const allFunctions = Array.from(functionsData.values(), entry => entry[FUNC_KEY]).flat()
 
             const allFunctions = Array.from(functionsData.values(), entry => entry[FUNC_KEY]).flat()
                 .filter(subunc => subfunc !== 'Content processing languages' && subfunc !== 'Supported content types');
+
                 .filter(subfn => subfn !== 'Content processing languages' && subfn !== 'Supported content types');
  
 
             console.log(allFunctions)
 
             console.log(allFunctions)

Revision as of 14:38, 2 December 2022

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