codeq / taggr
A Neos.io package to tag nodes for internal management
Installs: 258
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Type:neos-package
Requires
- carbon/backenddocument: ^5.6
- neos/neos: ^7.0 || ^8.0
README
A Neos.io package to tag nodes for internal management. For example you can create a tag called "needs review" to tell other editors, that the document or content node needs additional review.
Usage
To enable the tagging on nodes, just add CodeQ.Taggr:Mixin.Taggable
to the document or content nodes you wish to be taggable.
Then you create a document node of type CodeQ.Taggr:Document.Tags
,
labeled as "Tags" and add tag document nodes to it. Now you can go to your
taggable nodes and tag them. When you navigate to the tag in your inspector
you will see a list of all nodes that are tagged with it.