master
const sections: [string, boolean][] = [ // name, generate shorthand tag (eg. sog, eot) ['abc', false], ['grid', true], ['ly', false], ['tab', true], ]; export default sections;