comment out unused categories
This commit is contained in:
parent
605d33331b
commit
3c51e699f6
1 changed files with 63 additions and 61 deletions
|
@ -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: '',
|
||||||
},
|
// },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue