guave/tag-bundle

Tag Module for Content Elements in Contao 4.13+

Installs: 1

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:contao-bundle

1.0.0 2024-07-12 06:21 UTC

This package is auto-updated.

Last update: 2025-08-13 17:11:36 UTC


README

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

Requirements

  • Contao 4.13+
  • PHP 7.4 or 8.0+

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'];