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
Requires
- php: ^8.1
- contao/core-bundle: ^5.0
- symfony/config: ^6.4 || ^7.4
- symfony/dependency-injection: ^6.4 || ^7.4
- symfony/http-kernel: ^6.4 || ^7.4
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.8
- contao/manager-plugin: ^2.3.1
- phpunit/phpunit: ^9.6
- roave/security-advisories: dev-latest
- symfony/phpunit-bridge: ^6.4 || ^7.4
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
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'];