mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Improve teamToken prop doc on homePage
This commit is contained in:
parent
43bd88777c
commit
e253f86c63
@ -27,7 +27,8 @@ module.exports = React.createClass({
|
||||
propTypes: {
|
||||
// URL base of the team server.
|
||||
teamServerUrl: React.PropTypes.string.isRequired,
|
||||
// Team token. Optional. If unset, the homePageUrl will be used
|
||||
// Team token. Optional. If set, used as to get the static homepage of the team
|
||||
// associated. If unset, homePageUrl will be used.
|
||||
teamToken: React.PropTypes.string,
|
||||
// URL to use as the iFrame src. Defaults to /home.html.
|
||||
homePageUrl: React.PropTypes.string,
|
||||
|
Loading…
Reference in New Issue
Block a user