Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

die-wegmeister/Wegmeister.TagManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wegmeister.TagManager

Warning

This package does no longer receive any update and should no longer be used. Prefer using Nodes as it is easier to extend them.

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors