mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
Repository level enable package or disable (#19323)
This commit is contained in:
@ -1019,6 +1019,7 @@ func UnitTypes() func(ctx *Context) {
|
||||
ctx.Data["UnitTypeExternalWiki"] = unit_model.TypeExternalWiki
|
||||
ctx.Data["UnitTypeExternalTracker"] = unit_model.TypeExternalTracker
|
||||
ctx.Data["UnitTypeProjects"] = unit_model.TypeProjects
|
||||
ctx.Data["UnitTypePackages"] = unit_model.TypePackages
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user