enable tags in capabilities (#5271)

This commit is contained in:
Florian Schade
2022-12-22 14:20:46 +01:00
committed by GitHub
parent 50882a4598
commit 78637a2f00
2 changed files with 2 additions and 0 deletions
@@ -47,6 +47,7 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error
"blacklisted_files": []string{},
"undelete": true,
"versioning": true,
"tags": true,
"archivers": archivers,
"app_providers": appProviders,
"favorites": cfg.EnableFavorites,