webexcess / label
Helper selector for better selection for content elements in Neos CMS
Installs: 2 615
Dependents: 2
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 5
Type:neos-package
Requires
- neos/neos: >=5.0
This package is auto-updated.
Last update: 2024-11-06 08:48:50 UTC
README
By adding WebExcess.Label:Show
to your NodeType configuration, a helper selector will be added to the backend for better selecting a content element.
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.