18024b8bd2
- Also update versions in package.json - Update Makefile
7 lines
224 B
HTML
7 lines
224 B
HTML
<field var="{{{o.name}}}">
|
|
{[ if (o.value.constructor === Array) { ]}
|
|
{[ o.value.forEach(function (arrayValue) { ]}<value>{{{arrayValue}}}</value>{[ }); ]}
|
|
{[ } else { ]}
|
|
<value>{{{o.value}}}</value>
|
|
{[ } ]}</field>
|