Should I use boolean to toggle off a space in email?
I had this idea to use in the email builder.
I was given a design where we have space between modules, and I built it into the module. The option to have a spacer module is ok but it's too time consuming, and for the most part, there will ALWAYS be a space. However, in a few rare cases they'd like to not have it. So I thought I'd do a boolean. It will be set to true as a default, but in the few cases they need to, they could control it and turn it off.
But I read that booleans in email are not advisable.
What do you think in this specific case thought?
Thanks