Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 347: Line 347:
             // TODO: Remove properties that are not relevant for the filter? (e.g. 'Supported content types')
             // TODO: Remove properties that are not relevant for the filter? (e.g. 'Supported content types')
             const allFunctions = Array.from(functionsData.values(), entry => entry[FUNC_KEY]).flat();
             const allFunctions = Array.from(functionsData.values(), entry => entry[FUNC_KEY]).flat();
            console.log(allFunctions)


             const DATASRC_PROP = 'Data Sources';
             const DATASRC_PROP = 'Data Sources';

Revision as of 13:31, 2 December 2022

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