mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Merge pull request #530 from Jopyth/patch-3
update documentation to module default config
This commit is contained in:
commit
222e2166ff
@ -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.
|
- 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.
|
- 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.
|
- 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
|
## [2.0.5] - 2016-09-20
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ The following properties can be configured:
|
|||||||
<td><code>welcome_message</code></td>
|
<td><code>welcome_message</code></td>
|
||||||
<td>Message shown at startup.<br>
|
<td>Message shown at startup.<br>
|
||||||
<br><b>Possible values:</b> <code>string</code> <code>false</code>
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user