diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2024-04-17 23:58:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-17 15:58:37 +0000 |
commit | 3feba9f1f44156c256a30d25ad1c25f751819c94 (patch) | |
tree | 77d9575edc49e625b54f5358d67dba0764b1a553 /services/forms | |
parent | bafb80f80d5505b03e5994d1ea6e2dab10052fe1 (diff) | |
download | gitea-3feba9f1f44156c256a30d25ad1c25f751819c94.tar.gz gitea-3feba9f1f44156c256a30d25ad1c25f751819c94.zip |
Allow everyone to read or write a wiki by a repo unit setting (#30495)
Replace #6312
Help #5833
Wiki solution for #639
Diffstat (limited to 'services/forms')
-rw-r--r-- | services/forms/repo_form.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/forms/repo_form.go b/services/forms/repo_form.go index e45a2a1695..f49cc2e86b 100644 --- a/services/forms/repo_form.go +++ b/services/forms/repo_form.go @@ -134,6 +134,7 @@ type RepoSettingForm struct { EnableWiki bool EnableExternalWiki bool DefaultWikiBranch string + DefaultWikiEveryoneAccess string ExternalWikiURL string EnableIssues bool EnableExternalTracker bool |