guave/tag-bundle

Tag Module for Content Elements in Contao 5.0+

Installs: 2

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Type:contao-bundle

pkg:composer/guave/tag-bundle

2.0.0 2026-01-21 19:45 UTC

This package is auto-updated.

Last update: 2026-01-21 19:46:14 UTC


README

This Contao module gives you a Tags content element for other modules to use

Requirements

  • Contao 5.0+
  • PHP 8.1+

Install

$ composer require guave/tag-bundle

Usage

Tell the Tags Bundle which modules to add it to in your contao/config.php

$GLOBALS['TL_TAGS']['modules'] = ['tl_showcase', 'tl_team'];