PHPackages                             ichhabrecht/t3tags - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. ichhabrecht/t3tags

ActiveTypo3-cms-extension[API Development](/categories/api)

ichhabrecht/t3tags
==================

Generate tag fields for every record type

1.0.1(5y ago)31.1k4[1 issues](https://github.com/IchHabRecht/t3tags/issues)GPL-2.0-or-laterPHPPHP &gt;= 7.0, &lt; 7.4

Since Mar 14Pushed 2y ago2 watchersCompare

[ Source](https://github.com/IchHabRecht/t3tags)[ Packagist](https://packagist.org/packages/ichhabrecht/t3tags)[ Docs](https://github.com/IchHabRecht/t3tags)[ RSS](/packages/ichhabrecht-t3tags/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

TYPO3 Extension t3tags
======================

[](#typo3-extension-t3tags)

[![Latest Stable Version](https://camo.githubusercontent.com/086c8848e6f3ee3aaf83cf21a95e60b6da8d092f66c9705b3dc3a1a58a11ea87/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69636868616272656368742f7433746167732e737667)](https://packagist.org/packages/ichhabrecht/t3tags)[![Build Status](https://camo.githubusercontent.com/5607e1e055419a6e6320bc0b6ea360bf10a3bdab63263864ef7a7fe46dbc1292/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f49636848616252656368742f7433746167732f6d61737465722e737667)](https://travis-ci.org/IchHabRecht/t3tags)[![StyleCI](https://camo.githubusercontent.com/011e5c98dca84ace07941eded1134c8dde5dd879dae2f4e01893e8a2cbe43f95/68747470733a2f2f7374796c6563692e696f2f7265706f732f3137343735313534322f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/174751542)

Generate tag fields for every record type.

Features
--------

[](#features)

- Integrates into Core API and extends `group` field behaviour
- New tags can be added on the fly and are created only when the record is saved
- New tags that are added to multiple (tag) fields are created only once in database

Installation
------------

[](#installation)

1. Simply install the extension with Composer or the [Extension Manager](https://extensions.typo3.org/extension/t3tags/).

`composer require ichhabrecht/t3tags`

2. In the extension settings configure a page uid, where tags should be stored.

Usage
-----

[](#usage)

**Register a new field using the TagRegistry**

- Add or extend a file in Configuration/TCA/Overrides

```
