Implement basic flavor support
This commit is contained in:
parent
9a3e508ce8
commit
d6c0c465e4
24 changed files with 246 additions and 82 deletions
|
|
@ -144,6 +144,7 @@ func (wisski *WissKI) allIngredients(context *lifetime.RegisterContext[ingredien
|
|||
lifetime.Place[*extras.Requirements](context)
|
||||
lifetime.Place[*extras.Adapters](context)
|
||||
lifetime.Place[*extras.Theme](context)
|
||||
lifetime.Place[*extras.Version](context)
|
||||
lifetime.Place[*users.Users](context)
|
||||
lifetime.Place[*users.UserPolicy](context)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue