mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	#2114 External URL for wiki
This commit is contained in:
		@@ -164,6 +164,8 @@ type Repository struct {
 | 
			
		||||
 | 
			
		||||
	// Advanced settings
 | 
			
		||||
	EnableWiki            bool `xorm:"NOT NULL DEFAULT true"`
 | 
			
		||||
	EnableExternalWiki    bool
 | 
			
		||||
	ExternalWikiURL       string
 | 
			
		||||
	EnableIssues          bool `xorm:"NOT NULL DEFAULT true"`
 | 
			
		||||
	EnableExternalTracker bool
 | 
			
		||||
	ExternalTrackerFormat string
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user