You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +02:00 
			
		
		
		
	Adds a link to the setup docs on the plugin's config header section (#582)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							e4fbd2aed5
						
					
				
				
					commit
					c4154cd2dd
				
			| @@ -19,7 +19,7 @@ | ||||
|         "bundle_path": "webapp/dist/main.js" | ||||
|     }, | ||||
|     "settings_schema": { | ||||
|         "header": "", | ||||
|         "header": "For additional setup steps, please [see here](https://focalboard.com/fwlink/plugin-setup.html)", | ||||
|         "footer": "", | ||||
|         "settings": [] | ||||
|     } | ||||
|   | ||||
							
								
								
									
										2
									
								
								mattermost-plugin/server/manifest.go
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mattermost-plugin/server/manifest.go
									
									
									
										generated
									
									
									
								
							| @@ -33,7 +33,7 @@ const manifestStr = ` | ||||
|     "bundle_path": "webapp/dist/main.js" | ||||
|   }, | ||||
|   "settings_schema": { | ||||
|     "header": "", | ||||
|     "header": "For additional setup steps, please [see here](https://focalboard.com/fwlink/plugin-setup.html)", | ||||
|     "footer": "", | ||||
|     "settings": [] | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user