This package has been flagged as retired by the package owner. Continue to use at your own risk
This is package dynamicly updates umbracos login screen background.
After installing the package, add the follwing keys to web.config.
<add key="DLSRoot" value="NodeID" />
<add key="DLSLogo" value="PropertyAlias" />
<add key="DLSBackground" value="PropertyAlias" />
The "DLSRoot" is the only key that is required. The value should be the Node id of the page where the logo and/or background is located. To speficy the logo and background you can use the "DLSLogo" and "DLSBackground" keys. The value should be the property alias of the picker.
Now everytime the "DLSRoot" node is saved, the package will update the logo and background.
The background picker works with the following datatypes:
The logo picker work with:
Feel free to reach out if you have feedback, ideas or feel like I could improve the code! I am allways looking for ways to improve!