lbry-desktop/web/src/category-metadata.js

65 lines
1 KiB
JavaScript
Raw Normal View History

const PAGES = require('../../ui/constants/pages');
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: '',
},
};