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 |
---|---|
composer require webexcess/label
Add WebExcess.Label:Show
to your NodeType configuration.
Your.Package:NodeType:
superTypes:
WebExcess.Label:Show: true
You can turn off the default CSS by setting WebExcess.Label.includeCss
to false in your configuration.