neosrulez/neos-applicationinformation

There is no license information available for the latest version (1.0.0) of this package.

Neos CMS application information.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:neos-plugin

1.0.0 2022-10-14 11:16 UTC

This package is not auto-updated.

Last update: 2024-04-13 18:02:51 UTC


README

ApplicationInformation

Installation

Just run composer require neosrulez/neos-applicationinformation

Settings.yaml

You can enable it for roles or whatever ...

Neos:
  Neos:
    Ui:
      frontendConfiguration:
        'NeosRulez.Neos.ApplicationInformation:enabled': '${Security.hasRole("Acme.Site:Editor") ? true : false}'

Author