Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 42: | Line 42: | ||
dct.url = dctResponse.query.results[dctKey].fullurl; | dct.url = dctResponse.query.results[dctKey].fullurl; | ||
dct.dataSources = dctResponse.query.results[dctKey].printouts['Data Sources'].map(src => src.fulltext); | dct.dataSources = dctResponse.query.results[dctKey].printouts['Data Sources'].map(src => src.fulltext); | ||
dct.logo = dctResponse.query.results[dctKey].printouts['Image'].fulltext; | dct.logo = dctResponse.query.results[dctKey].printouts['Image'][0].fulltext; | ||
return dct; | return dct; | ||
}) | }) |
Revision as of 11:20, 7 June 2022
Development verstion of the DCT List.
Not ready for production!