mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2025-04-01 18:48:18 -07:00
Update readme.md
This commit is contained in:
parent
2f5ac7666a
commit
2e72391ca7
1 changed files with 4 additions and 3 deletions
|
@ -81,7 +81,7 @@ modules: [
|
|||
]
|
||||
```
|
||||
|
||||
and alternative approach, is to define a fixed MMM-Pages config
|
||||
an alternative approach, is to define a fixed MMM-Pages config
|
||||
|
||||
```js
|
||||
modules: [
|
||||
|
@ -89,9 +89,10 @@ modules: [
|
|||
module: 'MMM-pages',
|
||||
config: {
|
||||
modules:
|
||||
[[ "page1" ],
|
||||
[
|
||||
[ "page1" ],
|
||||
[ "page2" ],
|
||||
[ "page3" ],
|
||||
[ "page3" ]
|
||||
],
|
||||
fixed: [ "fixed_page" ],
|
||||
hiddenPages: {
|
||||
|
|
Loading…
Reference in a new issue