mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2025-03-12 08:48:18 -07:00
Align comments
This commit is contained in:
parent
7fc77e10d0
commit
cbe02972cd
1 changed files with 3 additions and 3 deletions
|
@ -105,9 +105,9 @@ Instead of using the module name, you can also use a class name for each page. T
|
|||
config: {
|
||||
rotationTime: 1000 * 20, // rotate every 20 seconds
|
||||
modules: [
|
||||
["page1"], // class name for page 1
|
||||
["page2"], // class name for page 2
|
||||
["page3"], // class name for page 3
|
||||
["page1"], // class name for page 1
|
||||
["page2"], // class name for page 2
|
||||
["page3"], // class name for page 3
|
||||
],
|
||||
fixed: ["fixed_page"],
|
||||
hiddenPages: {
|
||||
|
|
Loading…
Reference in a new issue