feat: get tab navigation items from config

This commit is contained in:
Rainer Killinger
2022-10-20 11:19:06 +00:00
parent 5e1a902d4c
commit c3130a392a
15 changed files with 365 additions and 284 deletions

View File

@@ -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',
},
},
},