newsletter config base routing

This commit is contained in:
Julian Krauser 2024-12-25 12:22:10 +01:00
parent d1e935fe20
commit cb03dd0b47
3 changed files with 13 additions and 0 deletions

View file

@ -119,6 +119,9 @@ export const useNavigationStore = defineStore("navigation", {
...(abilityStore.can("read", "settings", "template_usage")
? [{ key: "template_usage", title: "Template-Verwendung" }]
: []),
...(abilityStore.can("read", "settings", "newsletter_config")
? [{ key: "newsletter_config", title: "Newsletter Konfiguration" }]
: []),
],
},
user: {