mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
37 lines
578 B
JavaScript
37 lines
578 B
JavaScript
export default {
|
|
SHOW_HEADER_MENU: true,
|
|
MENU: [
|
|
{
|
|
name: 'Beiträge',
|
|
path: '/#',
|
|
},
|
|
// {
|
|
// name: 'Themen',
|
|
// path: '/#',
|
|
// },
|
|
// {
|
|
// name: 'Gruppen',
|
|
// path: '/#',
|
|
// },
|
|
{
|
|
name: 'Über Yunite',
|
|
path: '/#',
|
|
url: 'https://yunite.org',
|
|
// children: [
|
|
// {
|
|
// name: 'Impressum',
|
|
// path: '/#',
|
|
// },
|
|
// {
|
|
// name: 'Yunite Team',
|
|
// path: '/#',
|
|
// },
|
|
// ],
|
|
},
|
|
// {
|
|
// name: 'Topic',
|
|
// path: '/#',
|
|
// },
|
|
],
|
|
}
|