https://github.com/sebobo/shel.neos.loginwallpapers
Use absolute http urls for login wallpapers in Neos CMS
https://github.com/sebobo/shel.neos.loginwallpapers
Last synced: about 1 year ago
JSON representation
Use absolute http urls for login wallpapers in Neos CMS
- Host: GitHub
- URL: https://github.com/sebobo/shel.neos.loginwallpapers
- Owner: Sebobo
- License: mit
- Created: 2020-12-31T09:53:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T09:55:08.000Z (over 5 years ago)
- Last Synced: 2025-01-28T09:45:13.217Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Funding: FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# Neos CMS plugin for more configurable login wallpapers
This package modifies the Neos CMS login slightly to allow using absolute http urls.
After installation it will show a random image from [unsplash](https://source.unsplash.com) as default.
This feature is meant to be integrated in one of the next Neos releases,
but this plugin provides the same for older installations for Neos 5.3+.
Neos 4.3 is not supported as the login is not yet Fusion based.
## Installation
Install the package via composer:
```bash
composer require shel/neos-login-wallpapers
```
## Configuration
```yaml
Neos:
Neos:
userInterface:
backendLoginForm:
backgroundImage: 'https://source.unsplash.com/random'
```