Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 909 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 909 Bytes

WebExcess.Label Package for Neos CMS

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.