1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add documentation for GitHub.enableStatus config option

This commit is contained in:
Chris Cummer
2018-07-14 17:59:53 -07:00
parent 46f42672e0
commit d34fd5b7c1
2 changed files with 12 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ wtf/github/
```yaml
github:
enabled: true
enableStatus: true
position:
top: 2
left: 3
@@ -79,6 +80,11 @@ github:
Determines whether or not this module is executed and if its data displayed onscreen. <br />
Values: `true`, `false`.
`enableStatus` <br />
Display pull request mergeability status ('dirty', 'clean', 'unstable',
'blocked').<br />
Values: `true`, `false`.
`position` <br />
Defines where in the grid this module's widget will be displayed. <br />