Connect Vorstand page to config and add Einstellungen to CMS overview

This commit is contained in:
Torsten Schulz (local)
2025-10-21 16:47:55 +02:00
parent d5a181e0c8
commit 228e2e9f07
40 changed files with 523 additions and 522 deletions

View File

@@ -461,18 +461,18 @@ const _routes = [
{
name: "vorstand",
path: "/vorstand",
component: () => import('./vorstand-8Zq68Ugj.mjs')
component: () => import('./vorstand-BRGSrtx1.mjs')
},
{
name: "cms",
path: "/cms",
meta: { ...__nuxt_page_meta$6 || {}, ...{ "middleware": "auth" } },
component: () => import('./index-KdWVJJR_.mjs')
component: () => import('./index-JlNEET1p.mjs')
},
{
name: "impressum",
path: "/impressum",
component: () => import('./impressum-GfpVRr_5.mjs')
component: () => import('./impressum-CbZNDKhk.mjs')
},
{
name: "tt-regeln",
@@ -1937,6 +1937,22 @@ const _sfc_main$4 = {
}),
_: 1
}, _parent));
_push(ssrRenderComponent(_component_NuxtLink, {
to: "/cms/einstellungen",
onClick: ($event) => showCmsDropdown.value = false,
class: "block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors"
}, {
default: withCtx((_, _push2, _parent2, _scopeId) => {
if (_push2) {
_push2(` Einstellungen `);
} else {
return [
createTextVNode(" Einstellungen ")
];
}
}),
_: 1
}, _parent));
_push(ssrRenderComponent(_component_NuxtLink, {
to: "/cms/benutzer",
onClick: ($event) => showCmsDropdown.value = false,
@@ -2440,6 +2456,22 @@ const _sfc_main$4 = {
}),
_: 1
}, _parent));
_push(ssrRenderComponent(_component_NuxtLink, {
to: "/cms/einstellungen",
onClick: ($event) => isMobileMenuOpen.value = false,
class: "block px-4 py-2 text-sm text-yellow-300 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors"
}, {
default: withCtx((_, _push2, _parent2, _scopeId) => {
if (_push2) {
_push2(` Einstellungen `);
} else {
return [
createTextVNode(" Einstellungen ")
];
}
}),
_: 1
}, _parent));
_push(ssrRenderComponent(_component_NuxtLink, {
to: "/cms/benutzer",
onClick: ($event) => isMobileMenuOpen.value = false,