type="most-valuable-player"
| Name | customer-id |
| Description | CricViz customer identifier. |
| Values | alphanumeric string |
| Default | empty |
| Required | true |
| Name | competition |
| Description | CricViz competition identifier. |
| Values | number |
| Default | empty |
| Required | true |
| Name | player-images |
| Description | How the player images should be displayed. Configure this to show the leader player's full size image, or within a circle border. Or don't show any player images (including non-leader players). |
| Values | empty / 'none' / 'leader-full' / 'leader-circle' |
| Default | empty (i.e. same as 'leader-full') |
| Required | false |
| Name | max-players |
| Description | The maximum number of players to show. If not applied, all players will be shown. (Note that if applying a value,the minimum value is 1.) |
| Values | number |
| Default | empty (i.e. all players will be shown) |
| Required | false |
| Name | show-info |
| Description | If applied, this attribute will cause the info overlay to be shown. If not applied, the info overlay will be hidden. This is useful when the header/footer isn't used (which have an info launch button) and instead the client needs to open/close the info overlay programmatically. |
| Values | This is a value-less attribute. Adding this attribute with any (or no value) will turn this feature on. |
| Default | not present |
| Required | false |
| Name | include |
| Description | Hosts widget specific features which can be turned on by inclusion in the value string. |
| Values | comma-separated features to include from 'header', 'footer' |
| Default | empty |
| Required | false |
| Example | 'header,footer' (to just turn on this set of include features) |
| Name | title |
| Description | If a value is added this will override (and be shown as) the first part of the header/footer components. |
| Values | string |
| Default | empty |
| Required | false |
| Name | suffix |
| Description | If a value is added this will override (and be shown as) the second part of the header/footer components. |
| Values | string |
| Default | empty |
| Required | false |
| Name | disabled |
| Description | If applied, this attribute will disable the widget (both user interaction and network data requests (except analytics)). |
| Values | This is a value-less attribute. Adding this attribute with any (or no value) will turn this feature on. |
| Default | not present |
| Required | false |
| Name | disable-analytics |
| Description | If applied, this attribute will disable internal tracking of key events, and hence not send any information to the internal analytics provider. |
| Values | This is a value-less attribute. Adding this attribute with any (or no value) will turn this feature on. |
| Default | not present |
| Required | false |