Widget: DevGuidelines: Difference between revisions
From LINKS Community Center
Cschwentker (talk | contribs) No edit summary |
Cschwentker (talk | contribs) No edit summary |
||
Line 264: | Line 264: | ||
} | } | ||
Promise.all([getGuidelines()]).then(data => { | Promise.all([getGuidelines()]).then(data => { | ||
const guidelines = data[0]; | const guidelines = data[0]; | ||
let COVERS_THEMATIC_VALUES = new Set(); | |||
let LANGUAGES_VALUES = new Set(); | |||
for(const guideline of guidelines){ | for(const guideline of guidelines){ |
Revision as of 15:24, 22 November 2022
Development version of the List of Guidelines.
Not ready for production!