1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-06-03 22:27:30 +02:00

chore: set disable market place flg

This commit is contained in:
Rajat Dabade 2024-06-09 14:01:29 +05:30
parent 466ce56a90
commit 01f30baf03
2 changed files with 6 additions and 4 deletions

View File

@ -6,7 +6,7 @@
"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.12.0",
"version": "8.0.0",
"min_server_version": "7.2.0",
"server": {
"executables": {
@ -30,5 +30,6 @@
"default": false,
"help_text": "This allows board editors to share boards that can be accessed by anyone with the link."
}]
}
},
"disable_in_marketplace": true
}

View File

@ -20,7 +20,7 @@ const manifestStr = `
"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.12.0",
"version": "8.0.0",
"min_server_version": "7.2.0",
"server": {
"executables": {
@ -49,7 +49,8 @@ const manifestStr = `
"hosting": ""
}
]
}
},
"disable_in_marketplace": true
}
`