teufels / tt3-poi
Point of Interest Elements on SVG-Graphic
1.0.11
2024-11-06 14:23 UTC
Requires
- teufels/tt3-image: ^1.0
- typo3/cms-core: ^12.4
README
[ ṯeufels ] Point of Interest
Point of Interest Elements on one SVG-Graphic
This version supports TYPO3
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
- Install with composer
- Import Static Template (before sitepackage)
- Get SVG Graphic with objects, which should be used, with a unique id and the class "poi"
- Override Template (optional)
- Make your adjustments to Template
- Make your adjustments to Styling
- Make your adjustments to Template
Update & Migration from hive_poi
- in composer.json replace
beewilly/hive_poi
with"teufels/tt3-poi":"^1.0"
- Composer update
- Include TypoScript set
[teufels] Point of Interest
- Analyze Database Structure -> Add tables & fields (do not remove old hive_poi yet)
- Perform Upgrade Wizards
[teufels] Point of Interest
- Analyze Database Structure -> Remove tables & unused fields (remove old hive_poi now)
- class & id changed -> adjust styling in sitepackage (e.g. tx-hive-poi => tx-tt3-poi)
- 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
- 1.0.11 add Trigger Event "poiChangeTriggered"
- 1.0.10 change Plugin Title
- 1.0.9 fix renderContentElementPreviewFromFluidTemplate changed parameters
- 1.0.7 - 1.0.8 eval rules for cutomclass
- 1.0.6 add close button to POI Element & option to disable scrolling to result by data-attribute
- 1.0.5 change c-
- 1.0.4 outsource "scroll to Result" in own function to make it easier to overwrite and add query condition
- 1.0.3 fix not toggle active for poi--label
- 1.0.2 changed deprecated allowTableOnStandardPages() to ignorePageTypeRestriction (https://docs.typo3.org/m/typo3/reference-tca/12.4/en-us/Ctrl/Properties/Security.html#ctrl-security-ignorepagetyperestriction)
- 1.0.1 fix undefined Array Key error
- 1.0.0 intial from hive_poi