ElementHelper icon indicating copy to clipboard operation
ElementHelper copied to clipboard

template_variables.json type htmltag incorrect tagname

Open ukwiz opened this issue 9 years ago • 0 comments

When setting up a template variable in template_variables.json with a display type of htmltag, the tagname is not set, and the default "div" is used.

Code: "name":"3colhead2", "caption":"3 column heading 2", "type":"text", "description":"centre heading", "display":"htmltag", "output_properties":{ "tagname":"h4", "tagid":"", "class":"", "style":"", "attrib":"" }

ukwiz avatar Jan 08 '16 17:01 ukwiz