Hi everyone,
In emails there are usually modules which are nearly the same but for the change you need two variables to change.
Example a module with two columns:
Basically it would be possible to just tell the module if the Image should be on the left or the right side. But the alignement of the text has to be changed as well.
Do you have such cases?
Do you always create two modules for this?
Or is there a clever way to ask for just one variable while it is handled in two places differently?
Best regards
Wolfram
You could probably do something using a List variable with values ltr,rtl in the template and then use that to change the value for the direction attribute e.g. https://mjml.io/try-it-live/L4aTkYWjm
But depends how you want to display on smaller devices also