Hi Marc,

There is no such config of environment info. You could have some luck with CSS 
though.

Basically, one may swap the 'admincentral' Vaadin theme through 
magnolia.properties (magnolia.ui.vaadin.theme). You may create a set of themes, 
one per environment.
This requires a decent understanding of Vaadin themes and Sass, but you may 
then complete something like:

[code].v-shell-user-menu-wrapper::before {
    content: '#PROD';
    right: 20px;
    color: #FFF;
    font-size: 11px;
    padding: 4px 5px;
    background-color: #9A3332;
    display: inline-block;
    border-radius: 3px;
}[/code]

Please read these two sections in the App theme documentation:
https://documentation.magnolia-cms.com/display/DOCS/App+theme#Apptheme-Customizingtheadmincentraltheme
https://documentation.magnolia-cms.com/display/DOCS/App+theme#Apptheme-CompilingyourSassthemes

By the way, a similar improvement request came through the "suggestion box": 
https://jira.magnolia-cms.com/browse/MGNLUI-3840
I invite you (as well as other interested parties) to vote on this issue.

Cheers,
Mika

PS: I would have advised to reply to your previous thread, instead of creating 
a mostly duplicate one. ;)

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=72966988-440c-4d80-a188-f8a281630afe


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to