beewilly / hive_ovr_ttaddress
Override friendsoftypo3/tt-address EXT to add additional fields
1.0.1
2022-08-08 09:11 UTC
Requires
- evoweb/extender: >=8.1.0
- friendsoftypo3/tt-address: >=6.1.0
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
- 1.0.0 init
- [...see bitbucket Commits]