punktde/neos-environment-display

Letzte Aktivität 29 Apr 2023 8 1 11332
composer require punktde/neos-environment-display

Configure custom display-names for environments in the neos backend

1.0.2

Version
1.0.2
Type
neos-package
Release Date
Apr 29, 2023 12:39
Source
git
Distribution
zip
Requires
MIT 1f8423271468083027b574cd7dd4e3868975c2ad

Neos Backend Environment Display

This package allows you to display information about your environment (or any other arbitrary information) in-line with the neos brand-icon.

One use-case would be to show, whether you're currently using the Development, Staging or Production instance.

Demo View

Install

Install via composer (composer2 is required): composer require punktde/neos-environment-display

Setup

To configure the display, you will need to add settings to Neos.Neos.Ui.frontendConfiguration.PunktDe.NeosEnvironmentDisplay.

A sample configuration could look like this:

Neos:
  Neos:
    Ui:
      frontendConfiguration:
        'PunktDe.NeosEnvironmentDisplay':
          backgroundColor: '#ff8700'
          label: 'Development'
          icon: 'cog'

These values could also be set via .env. You can also set discrete values for different environments using context-specific Configuration (Configuration/{Production|Production/Staging|Development}/Settings.Neos.yaml).

NOTE: There is no default display value.

The content of the readme is provided by Github
The same vendor provides 33 package(s).