newsletter config base routing
This commit is contained in:
parent
d1e935fe20
commit
cb03dd0b47
3 changed files with 13 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue