webexcess/label

Helper selector for better selection for content elements in Neos CMS

Maintainers

Package info

github.com/webexcess/WebExcess.Label

Type:neos-package

pkg:composer/webexcess/label

Statistics

Installs: 3 849

Dependents: 2

Suggesters: 0

Stars: 3

Open Issues: 5

2.0.2 2020-12-16 08:36 UTC

README

Latest Stable Version License

By adding WebExcess.Label:Show to your NodeType configuration, a helper selector will be added to the backend for better selecting a content element.

before after
before after

Installation

composer require webexcess/label

How to use

Add WebExcess.Label:Show to your NodeType configuration.

Your.Package:NodeType:
  superTypes:
    WebExcess.Label:Show: true

Default CSS

You can turn off the default CSS by setting WebExcess.Label.includeCss to false in your configuration.