beewilly/hive_poi

Point of Interest Elements on SVG-Graphic

Installs: 1 299

Dependents: 0

Suggesters: 0

Security: 0

Type:typo3-cms-extension

4.0.2 2023-05-05 13:03 UTC

README

VENDOR KEY version

HIVE Point of Interest (POI)

Point of Interest Elements on one SVG-Graphic

This version supports TYPO3

CUSTOMER SUPPORTS SUPPORTS

Composer support

composer req beewilly/hive_poi

SVG Requirements

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

How to Use

  1. Install Extenion "beewilly/hive_poi": "*" & Include in Root Template before hive_thm_custom
  2. Get SVG Graphic with objects, which should be used, with a unique id and the class "poi"
    INFO
    WARNING
  3. Override Template
  4. Make your adjustments to Template
    INFO
  5. Make your adjustments to Styling
    INFO
  6. Use Content Element HIVE / HIVE Point of Interest (POI)

Code Examples

Override Template
plugin.tx_hivepoi {
    view {
        templateRootPaths >
        templateRootPaths {
            0 = EXT:hive_poi/Resources/Private/Templates/
            10 = EXT:hive_thm_custom/Resources/Private/Overrides/hive_poi/Templates/
        }
    }
}

Changelog

  • 1.0.7: add Translation for DE