KI-AGENT: Briefpapierpflege im Frontend ergänzen

This commit is contained in:
2026-05-18 21:06:50 +02:00
parent 01846d488b
commit 454e9ee3c9
3 changed files with 313 additions and 0 deletions

View File

@@ -322,6 +322,11 @@ const links = computed(() => {
to: "/settings/texttemplates",
icon: "i-heroicons-clipboard-document-list",
} : null,
featureEnabled("settingsLetterheads") ? {
label: "Briefpapiere",
to: "/settings/letterheads",
icon: "i-heroicons-document",
} : null,
featureEnabled("settingsTenant") ? {
label: "Firmeneinstellungen",
to: "/settings/tenant",