mktoModuleScope question/issue
Hi,
I'm just starting and learning to build these Marketo Emails, and I have run into a issue that seems to crash the 2.0 editor.
I have defined a meta color variable.. in the header.
<meta class="mktoColor" id="SpacerBGColor" mktoName="SpacerBGColor" default="#FFFFFF">
and the called it in my module, that works, but its a global variable.. I would like a local variable.
<table class="mktoModule wrapper" mktoname="Divider 1" id="Divider_1" width="600" cellpadding="0" cellspacing="0" border="0" style="line-height: 0 !important; vertical-align: bottom !important; border-collapse: collapse; ">
<tbody>
<tr>
<td height="5" style="font-size:5px; line-height:5px; background-color:${SpacerBGColor};"></td>
</tr>
</tbody>
</table>
as soon as I add mktoModuleScope="true" and I save it, the editor crashes (doesn't reload sits on the purple screen ) and doesn't reload.
Any ideas would be greatful.
Cheers.
warik