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