beewilly / hive_poi
Point of Interest Elements on SVG-Graphic
4.0.2
2023-05-05 13:03 UTC
Requires
- typo3/cms-core: ^11.5
Replaces
- typo3-ter/hive-poi: 4.0.2
README
HIVE Point of Interest (POI)
Point of Interest Elements on one SVG-Graphic
This version supports TYPO3
Composer support
composer req beewilly/hive_poi
SVG Requirements
- objects to use must have a unique id and the class "poi"
How to Use
- Install Extenion
"beewilly/hive_poi": "*"
& Include in Root Template before hive_thm_custom - Get SVG Graphic with objects, which should be used, with a unique id and the class "poi"
- Override Template
- Make your adjustments to Template
- Make your adjustments to Styling
- 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