kaystrobach/tags

Last activity 27 May 2025 3382
composer require kaystrobach/tags

Add description here

2.2.0

Version
2.2.0
Type
neos-package
Release Date
Nov 13, 2024 16:02
Source
git
Distribution
zip
Requires
  • neos/flow: ^7.0 || ^8.0
MIT 70d41588e13c48edb9242542adb6101f6b6d9799

Readme excerpt

Small FLOW package which provides Tagging for objects {namespace ks=KayStrobach/Tags/ViewHelpers} <ks:ifHasTag object="{object}" tag="{tag}"> <f:then> ... </f:then> <f:else> ... </f:else> </ks:ifHasTag>

The Tagging is provided via

  • an Tag Model
  • a TagableInterface
  • a TagableTrait

having all these helper you can add tagging in the matter of minutes

Currently there is no interface for adding tags. Please use the DB.

How to make your Entity tagable use KayStrobach\Tags\Domain\Model\TagableTrait; /** * @Flow\Entity */ class Entity implements TagableInterface { …
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 13 package(s).