Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 195: Line 195:
 
                 removePrefix(data[key].fulltext),
 
                 removePrefix(data[key].fulltext),
 
                 {  
 
                 {  
                     DKEY: data[key].printouts[DKEY][0],  
+
                     [DKEY]: data[key].printouts[DKEY][0],  
                     CKEY: data[key].printouts[CKEY].map(func => removePrefix(func.fulltext))
+
                     [CKEY]: data[key].printouts[CKEY].map(func => removePrefix(func.fulltext))
 
                 }  
 
                 }  
 
                 )
 
                 )

Revision as of 13:50, 30 August 2022

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