wegmeister/tagmanager

Plugin to handle tags for blogs, events and others.

Installs: 782

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 1

Open Issues: 0

Type:typo3-flow-plugin

pkg:composer/wegmeister/tagmanager

3.0.0 2021-06-21 17:11 UTC

This package is auto-updated.

Last update: 2025-09-22 02:39:44 UTC


README

Installation

Run the following command to add the package to your Neos-installation:

composer require wegmeister/tagmanager

How to use

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']