Widget: DevGuidelines: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Cschwentker (talk | contribs)
No edit summary
Cschwentker (talk | contribs)
No edit summary
Line 273: Line 273:
             for(const guideline of guidelines){
             for(const guideline of guidelines){


                 LANGUAGES_VALUES.push(guideline[PHASE_PROP]);
                 LANGUAGES_VALUES.concat(guideline[PHASE_PROP]);
                 COVERS_THEMATIC_VALUES.push(guideline[THEME_PROP])
                 COVERS_THEMATIC_VALUES.concat(guideline[THEME_PROP])
             }
             }



Revision as of 15:35, 22 November 2022

Development version of the List of Guidelines.
Not ready for production!