An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# WebExcess.Label Package for Neos CMS #
[![Latest Stable Version](https://poser.pugx.org/webexcess/label/v/stable)](https://packagist.org/packages/webexcess/label)
[![License](https://poser.pugx.org/webexcess/label/license)](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 |
| ------ | ----- |
| ![before](Documentation/before.jpg?raw=true "before") | ![after](Documentation/after.jpg?raw=true "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.