Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 193: Line 193:
 
         Object.keys(data).forEach(key => {
 
         Object.keys(data).forEach(key => {
 
             xxx.set(
 
             xxx.set(
                 removePrefix(data[key].fulltext),  
+
                 removePrefix(data[key].fulltext),
                 data[key].printouts[CKEY].map(func => removePrefix(func.fulltext))
+
                 {
 +
                    DKEY: data[key].printouts[DKEY][0],
 +
                    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!