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
|
```js
|
||||||
{ // newsfeed on page 1
|
{ // newsfeed on page 1
|
||||||
module:"newsfeed",
|
module: "newsfeed",
|
||||||
classes:"page1",
|
classes: "page1",
|
||||||
position: "...",
|
position: "...",
|
||||||
config: {
|
config: {
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ // first calendar instance on page 2
|
{ // first calendar instance on page 2
|
||||||
module:"calendar",
|
module: "calendar",
|
||||||
classes:"page2",
|
classes: "page2",
|
||||||
position: "...",
|
position: "...",
|
||||||
config: {
|
config: {
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ // second calendar instance on page 3
|
{ // second calendar instance on page 3
|
||||||
module:"calendar",
|
module: "calendar",
|
||||||
classes:"page3",
|
classes: "page3",
|
||||||
position: "...",
|
position: "...",
|
||||||
config: {
|
config: {
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ // this compliments instance appears on page 1 and 3
|
{ // this compliments instance appears on page 1 and 3
|
||||||
module:"compliments",
|
module: "compliments",
|
||||||
classes:"page1 page3",
|
classes: "page1 page3",
|
||||||
position: "...",
|
position: "...",
|
||||||
config: {
|
config: {
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue