Feature: Universal login template need to access the background url
Description: The standard universal login template allows for _widget style options but the body tag style must be in the template to cover color, positioning and background image.
The actual background image url will change by environment and is injected into the environment via a0deploy, however, that value is not available as a page template variable.
I would like something like “branding.background_url” to allow the domain portion of this url to be injected in the normal way.
Use-case: Today I have a set of variables I inject into a0deploy to template out the deployment. Because universal login templates arn’t supported, I have an additional custom curl to deploy the template.
The background url is in the a0deploy variables, and is rendered on the universal login page in a css variable called “–page-background-url” but I can’t not use it since it is in a generated style name.
This fix would mean I do not need to template the templates to inject the domain name.