Yesterday we upgraded to 7.4.1.1 after testing on dev.
We tested for breaking changes, new features were low prio.
Today I got a request from the client to make the Google Analytics account configurable.
We are not using the default TS GA integration as from what I got from the docs it works on a per-page basis.
This would require a lot of unnecesary modifications as we keep the GA tracker directly in fixed-layout.page.xsl.
When I edited default.site I saw a lot of new stuff, custom meta tags included. I thought I could use that and just extract the value in JS from the meta tag.
We ported the changes done to fixed-layout.page.xsl on top of our modifications so the xsl for handling is in place.
I set a new custom tag, it's in default.site as it should be but when I render the page the meta tag is not there. For some reason <xsl:copy-of select="/"/> does not have the meta tag I added.
This happens in TS and on LSDS as well.
Which loggers should I enable to get any sense from this?
Alternatively, is there any other sensible way to add user defined values for fixed-layout.page.xsl to process?