mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-13 16:34:39 +00:00
* Implement configurable custom button in header * Implement default values for 'headerMenu' --------- Co-authored-by: mahula <lenzmath@posteo.de>
14 lines
256 B
JavaScript
14 lines
256 B
JavaScript
export default {
|
|
MENU: [
|
|
{
|
|
nameIdent: 'changemediaRebranding.header.newsFeed',
|
|
path: '/',
|
|
},
|
|
{
|
|
nameIdent: 'changemediaRebranding.header.about',
|
|
url: 'https://changemedia.club',
|
|
// target: '_blank',
|
|
},
|
|
],
|
|
}
|