838c6f90b7
* initial commit for setting shared board configuration * add unit test * working again * update default config * initial commit for setting shared board configuration * add unit test * working again * update default config * add unit tests, some clean up * more cleanup * more clean up * remove header text for GH-1105 * remove unnecessary logs * update text * fix lint errors * more lint fixes * webapp lint fixes * Update mattermost-plugin/plugin.json Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com> * Update mattermost-plugin/plugin.json Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com> * update for review, sync with main Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>
32 lines
1.1 KiB
JSON
32 lines
1.1 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": "0.9.0",
|
|
"min_server_version": "6.0.0",
|
|
"server": {
|
|
"executables": {
|
|
"linux-amd64": "server/dist/plugin-linux-amd64",
|
|
"darwin-amd64": "server/dist/plugin-darwin-amd64",
|
|
"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."
|
|
}]
|
|
}
|
|
}
|