teufels/tt3-poi

Point of Interest Elements on SVG-Graphic

Installs: 136

Dependents: 0

Suggesters: 0

Security: 0

Type:typo3-cms-extension

1.0.8 2024-04-23 08:10 UTC

This package is auto-updated.

Last update: 2024-04-23 08:11:01 UTC


README

VENDOR PACKAGE KEY version

[ ṯeufels ] Point of Interest

Point of Interest Elements on one SVG-Graphic

This version supports TYPO3

SUPPORTS

Composer support

composer req teufels/tt3-poi

Requirements

teufels/tt3-image

SVG Requirements

  • objects to use must have a unique id and the class "poi"

How to Use

  1. Install with composer
  2. Import Static Template (before sitepackage)
  3. Get SVG Graphic with objects, which should be used, with a unique id and the class "poi"
    INFO
    WARNING
  4. Override Template (optional)
    1. Make your adjustments to Template
      INFO
    2. Make your adjustments to Styling
      INFO

Update & Migration from hive_poi

  1. in composer.json replace beewilly/hive_poi with "teufels/tt3-poi":"^1.0"
  2. Composer update
  3. Include TypoScript set [teufels] Point of Interest
  4. Analyze Database Structure -> Add tables & fields (do not remove old hive_poi yet)
  5. Perform Upgrade Wizards [teufels] Point of Interest
  6. Analyze Database Structure -> Remove tables & unused fields (remove old hive_poi now)
  7. class & id changed -> adjust styling in sitepackage (e.g. tx-hive-poi => tx-tt3-poi)
  8. check & adjust be user group access rights

Code Examples

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

Changelog