mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
feat: get tab navigation items from config
This commit is contained in:
@@ -159,7 +159,6 @@ export const sampleIndexResponse: SCIndexResponse = {
|
||||
menus: [
|
||||
{
|
||||
icon: 'icon',
|
||||
id: 'main',
|
||||
items: [
|
||||
{
|
||||
icon: 'icon',
|
||||
@@ -175,13 +174,14 @@ export const sampleIndexResponse: SCIndexResponse = {
|
||||
},
|
||||
},
|
||||
],
|
||||
name: 'main',
|
||||
title: 'main',
|
||||
route: '/main',
|
||||
translations: {
|
||||
de: {
|
||||
name: 'Haupt',
|
||||
title: 'Haupt',
|
||||
},
|
||||
en: {
|
||||
name: 'main',
|
||||
title: 'main',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user