Download the PHP package ichhabrecht/t3tags without Composer
On this page you can find all versions of the php package ichhabrecht/t3tags. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ichhabrecht/t3tags
More information about ichhabrecht/t3tags
Files in ichhabrecht/t3tags
Download ichhabrecht/t3tags
More information about ichhabrecht/t3tags
Files in ichhabrecht/t3tags
Vendor ichhabrecht
Package t3tags
Short Description Generate tag fields for every record type
License GPL-2.0-or-later
Homepage https://github.com/IchHabRecht/t3tags
Package t3tags
Short Description Generate tag fields for every record type
License GPL-2.0-or-later
Homepage https://github.com/IchHabRecht/t3tags
Please rate this library. Is it a good library?
Informations about the package t3tags
TYPO3 Extension t3tags
Generate tag fields for every record type.
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
- Simply install the extension with Composer or the Extension Manager.
composer require ichhabrecht/t3tags
- In the extension settings configure a page uid, where tags should be stored.
Usage
Register a new field using the TagRegistry
- Add or extend a file in Configuration/TCA/Overrides
Parameters
- Table name: Existing TCA table that should be extended
- Field name: Name of the new tag field that should be added
- Options: Additional field configuration, according to TCA field configuration
- label
- exclude
- fieldConfiguration (config)
- l10n_display
- l10n_mode
- displayCond
- position
- interface
- fieldList
- typesList
- override: True, if any existing field configuration should be replaced with the one provided
Get all tags for a record by field
- Returns all tags (as array) from a
tt_content
element with uid42
and its fieldrelevant_tags
Get all tags by record
- Returns all tags (as array) from a
tt_content
element with uid42
. According to the example registration from above, tags fromrelevant_tags
andcontent_tags
are returned.
All versions of t3tags with dependencies
PHP Build Version
Package Version
The package ichhabrecht/t3tags contains the following files
Loading the files please wait ....