Variable Check Improvements
A
Alexandre Boucher
I feel like the Variable Check could benefit from a few improvements:
- Select the variable format (like in our case, we use {{variableName}} and not {variableName}). It would be nice to be able to select which format we use to ensure this check works reliably.
- It would be nice if this check would flag potentially incorrect variable definitions (e.g. we use {{variableName}}, but sometimes the copywriter will input {variableName}} instead, which is wrong).