Fix format

This commit is contained in:
Kristjan ESPERANTO 2024-12-14 12:58:24 +01:00
parent bccc069a6b
commit 20758239d1

View file

@ -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: {
... ...