template editor

This commit is contained in:
Julian Krauser 2024-12-21 16:01:18 +01:00
parent 0e430d1c9d
commit 467dfd8c1b
7 changed files with 208 additions and 2 deletions

View file

@ -113,6 +113,7 @@ export const useNavigationStore = defineStore("navigation", {
? [{ key: "calendar_type", title: "Terminarten" }]
: []),
...(abilityStore.can("read", "settings", "query") ? [{ key: "query_store", title: "Query Store" }] : []),
...(true ? [{ key: "template", title: "Templates" }] : []),
],
},
user: {