Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jammykam/Environment-Styler-for-Sitecore
Module to allow environment specific styling of login screen and header ribbon.
https://github.com/jammykam/Environment-Styler-for-Sitecore
Last synced: 3 months ago
JSON representation
Module to allow environment specific styling of login screen and header ribbon.
- Host: GitHub
- URL: https://github.com/jammykam/Environment-Styler-for-Sitecore
- Owner: jammykam
- License: mit
- Created: 2016-12-20T21:17:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T22:12:15.000Z (over 7 years ago)
- Last Synced: 2024-03-26T23:02:52.211Z (8 months ago)
- Language: CSS
- Homepage: http://wp.me/p2SmN4-e3
- Size: 5.37 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Sitecore - Environment Styler for Sitecore - An environment-specific styling (and text) on the login screen and header ribbon for Sitecore. (Extending Content Editor)
README
# Environment Styler for Sitecore
Module to allow environment specific styling (and text) on login screen and header ribbon for Sitecore 8+Update the `sc.Environment` setting in **SC.EnvironmentStyler.config** on each different environment, either using an config patch or your deployment process.
Default values are:
- LOCAL
- DEV
- TEST
- UAT
- PREPROD
- PROD
- ANIMATED
- RAINBOWYou can use whatever value you want, just ensure a matching CSS file is located in _/sitecore modules/EnvironmentStyler/_ folder in the format `environment-override-$(sc.Environment).css`. You can also edit the existing CSS files to change the styles to suit your own requirements.
Tested on Sitecore 8.0.3, 8.0.7, 8.1.3, 8.2.0 and 8.2.1
**Login Screen**
![Login Screen](screenshots/login-screen.png?raw=true "Login Screen")
**Ribon Header**
![Ribon Header](screenshots/ribbon-header.png?raw=true "Ribbon Header")