You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "id": "focalboard",
 | |
|     "name": "Mattermost Boards",
 | |
|     "description": "The Mattermost Boards plugin",
 | |
|     "homepage_url": "https://github.com/mattermost/focalboard",
 | |
|     "support_url": "https://github.com/mattermost/focalboard/issues",
 | |
|     "release_notes_url": "https://github.com/mattermost/focalboard/releases",
 | |
|     "icon_path": "assets/starter-template-icon.svg",
 | |
|     "version": "7.11.0",
 | |
|     "min_server_version": "7.2.0",
 | |
|     "server": {
 | |
|         "executables": {
 | |
|             "linux-amd64": "server/dist/plugin-linux-amd64",
 | |
|             "linux-arm64": "server/dist/plugin-linux-arm64",
 | |
|             "darwin-amd64": "server/dist/plugin-darwin-amd64",
 | |
|             "darwin-arm64": "server/dist/plugin-darwin-arm64",
 | |
|             "windows-amd64": "server/dist/plugin-windows-amd64.exe"
 | |
|         }
 | |
|     },
 | |
|     "webapp": {
 | |
|         "bundle_path": "webapp/dist/main.js"
 | |
|     },
 | |
|     "settings_schema": {
 | |
|         "header": "",
 | |
|         "footer": "",
 | |
|         "settings": [{
 | |
|             "key": "EnablePublicSharedBoards",
 | |
|             "type": "bool",
 | |
|             "display_name": "Enable Publicly-Shared Boards:",
 | |
|             "default": false,
 | |
|             "help_text": "This allows board editors to share boards that can be accessed by anyone with the link."
 | |
|         }]
 | |
|     }
 | |
| }
 |