mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2025-03-12 16:58:19 -07:00
Fix format
This commit is contained in:
parent
bccc069a6b
commit
20758239d1
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -122,32 +122,32 @@ You have to add the class name to the config of the module you want to show on a
|
|||
|
||||
```js
|
||||
{ // newsfeed on page 1
|
||||
module:"newsfeed",
|
||||
classes:"page1",
|
||||
module: "newsfeed",
|
||||
classes: "page1",
|
||||
position: "...",
|
||||
config: {
|
||||
...
|
||||
}
|
||||
},
|
||||
{ // first calendar instance on page 2
|
||||
module:"calendar",
|
||||
classes:"page2",
|
||||
module: "calendar",
|
||||
classes: "page2",
|
||||
position: "...",
|
||||
config: {
|
||||
...
|
||||
}
|
||||
},
|
||||
{ // second calendar instance on page 3
|
||||
module:"calendar",
|
||||
classes:"page3",
|
||||
module: "calendar",
|
||||
classes: "page3",
|
||||
position: "...",
|
||||
config: {
|
||||
...
|
||||
}
|
||||
},
|
||||
{ // this compliments instance appears on page 1 and 3
|
||||
module:"compliments",
|
||||
classes:"page1 page3",
|
||||
module: "compliments",
|
||||
classes: "page1 page3",
|
||||
position: "...",
|
||||
config: {
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue