@i-forgor
I have my code
settings: {
PhaseType: Setting.list({
name: "Type",
default: "Vertical",
values: ["Vertical", "Horizontal"]
});
}
But for some reason when I do
module.settings.PhaseType.get()
that doesn't work. How would I fix that?