Skip to content

Classes

Ezequiel Holzweissig edited this page Dec 5, 2020 · 1 revision

Classes

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"],
        },
    },
},

Hide/Show/Toggle tag

Using the hide, show or toggle tag, the mirror will do that action with the modules described in the array.

Clone this wiki locally