Merge pull request #530 from Jopyth/patch-3

update documentation to module default config
This commit is contained in:
Michael Teeuw 2016-11-21 11:03:10 +01:00 committed by GitHub
commit 222e2166ff
2 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Module default config values are no longer modified when setting config values.
- Hide a region if all modules in a region are hidden. Prevention unwanted margins.
- Replaced `electron-prebuilt` package with `electron` in order to fix issues that would happen after 2017.
- Documentation of alert module
## [2.0.5] - 2016-09-20

View File

@ -62,7 +62,7 @@ The following properties can be configured:
<td><code>welcome_message</code></td>
<td>Message shown at startup.<br>
<br><b>Possible values:</b> <code>string</code> <code>false</code>
<br><b>Default value:</b> <code>Welcome, start was successfull!</code>
<br><b>Default value:</b> <code>false</code> (no message at startup)
</td>
</tr>
</tbody>