Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 264 Bytes

Readme.md

File metadata and controls

14 lines (13 loc) · 264 Bytes

Tag Editor for Neos CMS

Simple add the editor to a property in NodeTypes.yaml

'Vendor.MyPackage:MyPage':
  ...
  properties:
    tags:
      type: array
      ui:
        label: 'Tags'
        inspector:
          editor: 'ByTorsten.Editors/TagEditor'