comment out unused categories

This commit is contained in:
Sean Yesmunt 2021-03-19 10:53:11 -04:00
parent 605d33331b
commit 3c51e699f6

View file

@ -1,64 +1,66 @@
const PAGES = require('../../ui/constants/pages'); // const PAGES = require('../../ui/constants/pages');
// Uncomment as you add metadata
module.exports.CATEGORY_METADATA = { module.exports.CATEGORY_METADATA = {
[PAGES.BIG_HITS]: { // [PAGES.BIG_HITS]: {
title: '', // title: '',
description: '', // description: '',
image: '', // image: '',
}, // },
[PAGES.COMMUNITY]: { // [PAGES.COMMUNITY]: {
title: '', // title: '',
description: '', // description: '',
image: '', // image: '',
}, // },
[PAGES.ENLIGHTENMENT]: { // [PAGES.ENLIGHTENMENT]: {
title: '', // title: '',
description: '', // description: '',
image: '', // image: '',
}, // },
[PAGES.FINANCE]: { // [PAGES.FINANCE]: {
title: '', // title: '',
description: '', // description: '',
image: '', // image: '',
}, // },
[PAGES.GAMING]: { // [PAGES.GAMING]: {
title: '', // title: '',
description: '', // description: '',
image: '', // image: '',
}, // },
[PAGES.GENERAL]: { // [PAGES.GENERAL]: {
title: '', // title: '',
description: '', // description: '',
image: '', // image: '',
}, // },
[PAGES.LAB]: { // [PAGES.LAB]: {
title: '', // title: '',
description: '', // description: '',
image: '', // image: '',
}, // },
[PAGES.NEWS]: { // [PAGES.NEWS]: {
title: '', // title: '',
description: '', // description: '',
image: '', // image: '',
}, // },
[PAGES.RABBIT_HOLE]: { // [PAGES.RABBIT_HOLE]: {
title: '', // title: '',
description: '', // description: '',
image: '', // image: '',
}, // },
[PAGES.SCIENCE]: { // [PAGES.SCIENCE]: {
title: '', // title: '',
description: '', // description: '',
image: '', // image: '',
}, // },
[PAGES.TECHNOLOGY]: { // [PAGES.TECHNOLOGY]: {
title: '', // title: '',
description: '', // description: '',
image: '', // image: '',
}, // },
[PAGES.WILD_WEST]: { // [PAGES.WILD_WEST]: {
title: '', // title: '',
description: '', // description: '',
image: '', // image: '',
}, // },
}; };