Hello,
I’m looking at the template analyzer and see the order of TS that are getting loaded:
In my template’s static includes, I have the following order:
Problem is that in the template analyzer, I get an extra ‘luxletter’ after its supposed loading order (which is at the top):
My guess is that this extra TS is breaking my luxletter TS overrides that I have in the jimb extension. Why is this loading so low even if I have a specific static include order?
Thanks in advance