beewilly / hive_ovr_ttaddress
Override friendsoftypo3/tt-address EXT to add additional fields
2.0.0
2023-12-12 14:59 UTC
Requires
- evoweb/extender: >=10.1.0
- friendsoftypo3/tt-address: >=8.0.1
README
hive_ovr_ttaddress is an extension that extends the tt_address module of the typo3 CMS by the following fields
- department (String)
- qualification (Text)
- vita (RTE)
- awards (Image)
and add/changes BE Palette to
- Organisation: company, department, position
- Qualification : qualification
- Vita: vita
- Awards: awards
This version supports TYPO3
Composer support
composer req beewilly/hive_ovr_ttaddress
Requirements
friendsoftypo3/tt-address
evoweb/extender
How to use
- Install with composer
- Override Layout/Template/Partial in Theme-EXT to output the additional fields in the frontend
Changelog
- 2.0.0 adjustments for breaking changed of evoweb/extender 10.0
- 1.0.0 init
- [...see bitbucket Commits]