Improve teamToken prop doc on homePage

pull/4015/head
Luke Barnard 2017-05-25 10:23:26 +01:00
parent 43bd88777c
commit e253f86c63
1 changed files with 2 additions and 1 deletions

View File

@ -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,