Adds a link to the setup docs on the plugin's config header section (#582)

This commit is contained in:
Miguel de la Cruz 2021-06-21 10:13:15 +02:00 committed by GitHub
parent e4fbd2aed5
commit c4154cd2dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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": []
}

View file

@ -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": []
}