beewilly/hive_ovr_ttaddress

Override friendsoftypo3/tt-address EXT to add additional fields

Installs: 373

Dependents: 0

Suggesters: 0

Security: 0

Type:typo3-cms-extension

2.0.0 2023-12-12 14:59 UTC

This package is auto-updated.

Last update: 2024-04-12 16:05:24 UTC


README

VENDOR KEY version

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

TYPO3Version

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]