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: | ||
*/ | */ | ||
let table; // Tabulator instance | let table; // Tabulator instance | ||
// This defines how sources are grouped in the filter. | |||
// Any source not listed here will be added to the last group entitled "More platforms". | |||
const sourcesLayout = [ | |||
{ | |||
title: 'General', | |||
sources: ['Crowd', 'Web'] | |||
}, | |||
{ | |||
title: 'Platforms', | |||
sources: ['Facebook', 'Twitter', 'Instagram', 'YouTube'] | |||
} | |||
]; | |||
const PHASES = ["Before", "During", "After"]; | const PHASES = ["Before", "During", "After"]; |
Revision as of 12:06, 24 November 2022
Development version of the List of Guidelines.
Not ready for production!