-
Notifications
You must be signed in to change notification settings - Fork 149
Classes
Ezequiel Holzweissig edited this page Dec 5, 2020
·
1 revision
Now with a few commands, you can hide, show or toggle the modules you want using just a single button.
config: {
classes: {
"Any Name You Want": {
hide: ["calendar"],
show: ["newsfeed"],
toggle: ["clock"],
},
"Another Name You Want": {
hide: ["newsfeed"],
show: ["calendar"],
},
},
},
Using the hide, show or toggle tag, the mirror will do that action with the modules described in the array.