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 = {
|
||||
[PAGES.BIG_HITS]: {
|
||||
title: '',
|
||||
description: '',
|
||||
image: '',
|
||||
},
|
||||
[PAGES.COMMUNITY]: {
|
||||
title: '',
|
||||
description: '',
|
||||
image: '',
|
||||
},
|
||||
[PAGES.ENLIGHTENMENT]: {
|
||||
title: '',
|
||||
description: '',
|
||||
image: '',
|
||||
},
|
||||
[PAGES.FINANCE]: {
|
||||
title: '',
|
||||
description: '',
|
||||
image: '',
|
||||
},
|
||||
[PAGES.GAMING]: {
|
||||
title: '',
|
||||
description: '',
|
||||
image: '',
|
||||
},
|
||||
[PAGES.GENERAL]: {
|
||||
title: '',
|
||||
description: '',
|
||||
image: '',
|
||||
},
|
||||
[PAGES.LAB]: {
|
||||
title: '',
|
||||
description: '',
|
||||
image: '',
|
||||
},
|
||||
[PAGES.NEWS]: {
|
||||
title: '',
|
||||
description: '',
|
||||
image: '',
|
||||
},
|
||||
[PAGES.RABBIT_HOLE]: {
|
||||
title: '',
|
||||
description: '',
|
||||
image: '',
|
||||
},
|
||||
[PAGES.SCIENCE]: {
|
||||
title: '',
|
||||
description: '',
|
||||
image: '',
|
||||
},
|
||||
[PAGES.TECHNOLOGY]: {
|
||||
title: '',
|
||||
description: '',
|
||||
image: '',
|
||||
},
|
||||
[PAGES.WILD_WEST]: {
|
||||
title: '',
|
||||
description: '',
|
||||
image: '',
|
||||
},
|
||||
// [PAGES.BIG_HITS]: {
|
||||
// title: '',
|
||||
// description: '',
|
||||
// image: '',
|
||||
// },
|
||||
// [PAGES.COMMUNITY]: {
|
||||
// title: '',
|
||||
// description: '',
|
||||
// image: '',
|
||||
// },
|
||||
// [PAGES.ENLIGHTENMENT]: {
|
||||
// title: '',
|
||||
// description: '',
|
||||
// image: '',
|
||||
// },
|
||||
// [PAGES.FINANCE]: {
|
||||
// title: '',
|
||||
// description: '',
|
||||
// image: '',
|
||||
// },
|
||||
// [PAGES.GAMING]: {
|
||||
// title: '',
|
||||
// description: '',
|
||||
// image: '',
|
||||
// },
|
||||
// [PAGES.GENERAL]: {
|
||||
// title: '',
|
||||
// description: '',
|
||||
// image: '',
|
||||
// },
|
||||
// [PAGES.LAB]: {
|
||||
// title: '',
|
||||
// description: '',
|
||||
// image: '',
|
||||
// },
|
||||
// [PAGES.NEWS]: {
|
||||
// title: '',
|
||||
// description: '',
|
||||
// image: '',
|
||||
// },
|
||||
// [PAGES.RABBIT_HOLE]: {
|
||||
// title: '',
|
||||
// description: '',
|
||||
// image: '',
|
||||
// },
|
||||
// [PAGES.SCIENCE]: {
|
||||
// title: '',
|
||||
// description: '',
|
||||
// image: '',
|
||||
// },
|
||||
// [PAGES.TECHNOLOGY]: {
|
||||
// title: '',
|
||||
// description: '',
|
||||
// image: '',
|
||||
// },
|
||||
// [PAGES.WILD_WEST]: {
|
||||
// title: '',
|
||||
// description: '',
|
||||
// image: '',
|
||||
// },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue