https://github.com/webexcess/webexcess.label
Helper selector for better selection for content elements in Neos CMS
https://github.com/webexcess/webexcess.label
Last synced: 5 months ago
JSON representation
Helper selector for better selection for content elements in Neos CMS
- Host: GitHub
- URL: https://github.com/webexcess/webexcess.label
- Owner: webexcess
- License: mit
- Created: 2018-12-03T10:35:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T05:40:22.000Z (about 3 years ago)
- Last Synced: 2026-01-14T14:36:08.362Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 186 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebExcess.Label Package for Neos CMS #
[](https://packagist.org/packages/webexcess/label)
[](https://packagist.org/packages/webexcess/label)
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 |
| ------ | ----- |
|  |  |
## 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.