mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 04:02:12 +00:00
Merge pull request #865 from jeliasson/patch-1
Indent and double-quoute
This commit is contained in:
commit
19bbe0fc1f
@ -88,7 +88,7 @@ config: {
|
|||||||
],
|
],
|
||||||
afternoon: [
|
afternoon: [
|
||||||
"Hello, beauty!",
|
"Hello, beauty!",
|
||||||
'You look sexy!',
|
"You look sexy!",
|
||||||
"Looking good today!"
|
"Looking good today!"
|
||||||
],
|
],
|
||||||
evening: [
|
evening: [
|
||||||
@ -110,9 +110,9 @@ around them ("morning", "afternoon", "evening", "snow", "rain", etc.).
|
|||||||
#### Example compliments.json file:
|
#### Example compliments.json file:
|
||||||
````json
|
````json
|
||||||
{
|
{
|
||||||
"anytime" : [
|
"anytime" : [
|
||||||
"Hey there sexy!"
|
"Hey there sexy!"
|
||||||
],
|
],
|
||||||
"morning" : [
|
"morning" : [
|
||||||
"Good morning, sunshine!",
|
"Good morning, sunshine!",
|
||||||
"Who needs coffee when you have your smile?",
|
"Who needs coffee when you have your smile?",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user