2021-03-19 15:53:11 +01:00
|
|
|
// const PAGES = require('../../ui/constants/pages');
|
|
|
|
|
|
|
|
// Uncomment as you add metadata
|
2021-03-08 08:28:35 +01:00
|
|
|
|
|
|
|
module.exports.CATEGORY_METADATA = {
|
2021-03-19 15:53:11 +01:00
|
|
|
// [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: '',
|
|
|
|
// },
|
2021-03-08 08:28:35 +01:00
|
|
|
};
|