diff options
Diffstat (limited to 'modules/form/repo.go')
-rw-r--r-- | modules/form/repo.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/form/repo.go b/modules/form/repo.go index 53486989..4c01d3f8 100644 --- a/modules/form/repo.go +++ b/modules/form/repo.go @@ -92,9 +92,11 @@ type RepoSetting struct { // Advanced settings EnableWiki bool + AllowPublicWiki bool EnableExternalWiki bool ExternalWikiURL string EnableIssues bool + AllowPublicIssues bool EnableExternalTracker bool ExternalTrackerURL string TrackerURLFormat string |