mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-06 15:48:05 +00:00
Update compliments README.md for multi-line support.
This commit is contained in:
parent
cad7debc5b
commit
d76c924ad1
@ -107,6 +107,13 @@ config: {
|
|||||||
}
|
}
|
||||||
````
|
````
|
||||||
|
|
||||||
|
#### Multi-line compliments:
|
||||||
|
Use `\n` to split compliment text into multiple lines, e.g. `First line.\nSecond line.` will be shown as:
|
||||||
|
```
|
||||||
|
First line.
|
||||||
|
Second line.
|
||||||
|
```
|
||||||
|
|
||||||
### External Compliment File
|
### External Compliment File
|
||||||
You may specify an external file that contains the three compliment arrays. This is particularly useful if you have a
|
You may specify an external file that contains the three compliment arrays. This is particularly useful if you have a
|
||||||
large number of compliments and do not wish to crowd your `config.js` file with a large array of compliments.
|
large number of compliments and do not wish to crowd your `config.js` file with a large array of compliments.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user