Search by

teufels / tt3-poi

teufels

Point of Interest Elements on SVG-Graphic

Package info

bitbucket.org/teufels/tt3-poi

Homepage

Issues

Type:typo3-cms-extension

pkg:composer/teufels/tt3-poi

Statistics

Installs: 844

Dependents: 0

Suggesters: 0

2.0.0 2026-09-15 11:10 UTC

README

VENDOR PACKAGE KEY version

[ teufels ] Point of Interest

Point of Interest elements on SVG graphic.

Compatibility

SUPPORTS >For TYPO3 v12 / v13 maintenance and bug fixes, use the support/1.2.x branch / 1.2.x release line.

Composer

composer req teufels/tt3-poi

Requirements

  • teufels/tt3-image

SVG Requirements

  • Objects must have a unique id and the class poi.

How to Use

  1. Install with Composer.
  2. Include TypoScript Set [teufels] Point of Interest.
  3. Add a POI content element and assign an SVG containing matching poi ids.
  4. Optionally override templates and styles in your sitepackage.

Upgrade Notes

  • 2.0.x supports TYPO3 v14 only.
  • Upgrading from tt3-poi 1.2.x to 2.0.x does not require an additional extension-level data migration when records already use tt3_poi fields and CType.
  • Migration from legacy hive_poi is only supported up to version 1.2.x.

Code Example

plugin.tx_tt3poi {
    view {
        templateRootPaths >
        templateRootPaths {
            0 = EXT:tt3_poi/Resources/Private/Templates/
            10 = EXT:sitepackage/Resources/Private/Overrides/tt3_poi/Templates/
        }
    }
}

Changelog

2.0.x

  • 2.0.0 TYPO3 v14-only release
    • move icon registration to Configuration/Icons.php
    • drop TYPO3 v12/v13 preview fallback
    • remove legacy upgrade wizards
    • harden backend preview rendering for TYPO3 v14

Legacy Changelog (1.x, compact)

  • 1.2.0: optional background image layer below SVG, added Background image size options
  • 1.1.x: TCA cleanup, duplicate-code fix, DBAL 3 executeStatement() fix, Site Sets support, TYPO3 v13 support
  • 1.0.x: multiple frontend/preview fixes, POI interaction improvements, trigger event poiChangeTriggered, migration base from hive_poi