stSoftware
12 Beaconsfield St | Newport, New South Wales 2106 | 1300 78 73 78

How to add unsupported attributes to a page?

Any attribute can be added to the generated page header via the xml configuration

The XML is in the form

<page>
<head>
<meta name="viewport" content="width=device-width"/>
</head>
</page>

All child elements of the "head" element will be included in the generated page.

Page XML