mirror of
https://github.com/mattermost/focalboard.git
synced 2025-06-06 22:36:29 +02:00
chore: set disable market place flg
This commit is contained in:
parent
466ce56a90
commit
01f30baf03
@ -6,7 +6,7 @@
|
|||||||
"support_url": "https://github.com/mattermost/focalboard/issues",
|
"support_url": "https://github.com/mattermost/focalboard/issues",
|
||||||
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
|
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
|
||||||
"icon_path": "assets/starter-template-icon.svg",
|
"icon_path": "assets/starter-template-icon.svg",
|
||||||
"version": "7.12.0",
|
"version": "8.0.0",
|
||||||
"min_server_version": "7.2.0",
|
"min_server_version": "7.2.0",
|
||||||
"server": {
|
"server": {
|
||||||
"executables": {
|
"executables": {
|
||||||
@ -30,5 +30,6 @@
|
|||||||
"default": false,
|
"default": false,
|
||||||
"help_text": "This allows board editors to share boards that can be accessed by anyone with the link."
|
"help_text": "This allows board editors to share boards that can be accessed by anyone with the link."
|
||||||
}]
|
}]
|
||||||
}
|
},
|
||||||
|
"disable_in_marketplace": true
|
||||||
}
|
}
|
||||||
|
5
mattermost-plugin/server/manifest.go
generated
5
mattermost-plugin/server/manifest.go
generated
@ -20,7 +20,7 @@ const manifestStr = `
|
|||||||
"support_url": "https://github.com/mattermost/focalboard/issues",
|
"support_url": "https://github.com/mattermost/focalboard/issues",
|
||||||
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
|
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
|
||||||
"icon_path": "assets/starter-template-icon.svg",
|
"icon_path": "assets/starter-template-icon.svg",
|
||||||
"version": "7.12.0",
|
"version": "8.0.0",
|
||||||
"min_server_version": "7.2.0",
|
"min_server_version": "7.2.0",
|
||||||
"server": {
|
"server": {
|
||||||
"executables": {
|
"executables": {
|
||||||
@ -49,7 +49,8 @@ const manifestStr = `
|
|||||||
"hosting": ""
|
"hosting": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"disable_in_marketplace": true
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user