Category: Artists
This commit is contained in:
parent
5297978526
commit
c0015ca442
4 changed files with 8 additions and 0 deletions
|
@ -1281,6 +1281,7 @@
|
||||||
"%comment_count% comments - %comment_count_change% this week": "%comment_count% comments - %comment_count_change% this week",
|
"%comment_count% comments - %comment_count_change% this week": "%comment_count% comments - %comment_count_change% this week",
|
||||||
"Invite": "Invite",
|
"Invite": "Invite",
|
||||||
"Remove File": "Remove File",
|
"Remove File": "Remove File",
|
||||||
|
"Artists": "Artists",
|
||||||
"Education": "Education",
|
"Education": "Education",
|
||||||
"Enlightenment": "Enlightenment",
|
"Enlightenment": "Enlightenment",
|
||||||
"Featured": "Featured",
|
"Featured": "Featured",
|
||||||
|
|
|
@ -7,6 +7,7 @@ import * as PAGES from 'constants/pages';
|
||||||
|
|
||||||
export const PAGE_TITLE = {
|
export const PAGE_TITLE = {
|
||||||
// --- Categories ---
|
// --- Categories ---
|
||||||
|
[PAGES.ARTISTS]: 'Artists',
|
||||||
[PAGES.CREATIVE_ARTS]: 'The Arts',
|
[PAGES.CREATIVE_ARTS]: 'The Arts',
|
||||||
[PAGES.DISCOVER]: 'Wild West',
|
[PAGES.DISCOVER]: 'Wild West',
|
||||||
[PAGES.EDUCATION]: 'Education',
|
[PAGES.EDUCATION]: 'Education',
|
||||||
|
|
|
@ -7,6 +7,7 @@ exports.AUTH_WALLET_PASSWORD = 'walletpassword';
|
||||||
exports.BACKUP = 'backup';
|
exports.BACKUP = 'backup';
|
||||||
exports.CHANNEL = 'channel';
|
exports.CHANNEL = 'channel';
|
||||||
exports.DISCOVER = 'discover';
|
exports.DISCOVER = 'discover';
|
||||||
|
exports.ARTISTS = 'artists';
|
||||||
exports.BIG_HITS = 'bighits';
|
exports.BIG_HITS = 'bighits';
|
||||||
exports.CREATIVE_ARTS = 'arts';
|
exports.CREATIVE_ARTS = 'arts';
|
||||||
exports.MOVIES = 'movies';
|
exports.MOVIES = 'movies';
|
||||||
|
|
|
@ -3,6 +3,11 @@ const PAGES = require('../../ui/constants/pages');
|
||||||
// Uncomment as you add metadata
|
// Uncomment as you add metadata
|
||||||
|
|
||||||
module.exports.CATEGORY_METADATA = {
|
module.exports.CATEGORY_METADATA = {
|
||||||
|
// [PAGES.ARTISTS]: () => ({
|
||||||
|
// title: 'Artists',
|
||||||
|
// description: "", <------ FILL
|
||||||
|
// image: '', <------ FILL
|
||||||
|
// }),
|
||||||
[PAGES.CREATIVE_ARTS]: () => ({
|
[PAGES.CREATIVE_ARTS]: () => ({
|
||||||
title: 'The Arts',
|
title: 'The Arts',
|
||||||
description: `Odysee's home for art, animation, comedy, and everything inbetween`,
|
description: `Odysee's home for art, animation, comedy, and everything inbetween`,
|
||||||
|
|
Loading…
Add table
Reference in a new issue