mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-11 18:13:52 +02:00
Adds a link to the setup docs on the plugin's config header section (#582)
This commit is contained in:
parent
e4fbd2aed5
commit
c4154cd2dd
@ -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 New Issue
Block a user