Adds a link to the setup docs on the plugin's config header section (#582)
This commit is contained in:
parent
e4fbd2aed5
commit
c4154cd2dd
2 changed files with 2 additions and 2 deletions
|
@ -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": []
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue