Code:
<xf:if is="property('publicFaviconUrl')">
<link rel="icon" type="image/png" href="{{ base_url(property('publicFaviconUrl'), true) }}" sizes="32x32" />
</xf:if>
unfortunately PNG is fixed in the template. But I can specify an SVG via the style-property. Which makes more sense than a PNG.
Which then looks like this.
Code:
<link rel="icon" type="image/png" href="https://cdn1.XXXXX/favicon.svg" sizes="32x32"/>
Yes, you can change this in the template itself. But it would be nicer if you can specify this directly in the style-property or if this is recognized correctly by the system.
Always make template changes is really uncool for updates