This Contao module gives you a Tags content element for other modules to use
- Contao 5.0+
- PHP 8.1+
$ composer require guave/tag-bundleTell the Tags Bundle which modules to add it to in your contao/config.php
$GLOBALS['TL_TAGS']['modules'] = ['tl_showcase', 'tl_team'];