Run the following command to add the package to your Neos-installation:
composer require wegmeister/tagmanager
Add one of the following Mixins to the supertypes of your NodeTypes definition:
'Wegmeister.TagManager:TagMixin' or
'Wegmeister.TagManager:TagsMixin'
If you only want to make specific groups available, add the following filter to your NodeType definition:
properties:
tag: # if u use the TagsMixin, this should be 'tags'
ui:
inspector:
editorOptions:
dataSourceAdditionalData:
groups: ['Name-of-Group-1', 'Name-of-Group-2']