tt_address
tt_address copied to clipboard
Add address / contact datasets to your content management system.
**Error Info:** > As of February 21st, 2024, google.maps.Marker is deprecated. Please use google.maps.marker.AdvancedMarkerElement instead. At this time, google.maps.Marker is not scheduled to be discontinued, but google.maps.marker.AdvancedMarkerElement is recommended over...
## Bug Report Frontend Console Error: ``` Uncaught TypeError: item.getAttribute is not a function at obj.run (GoogleMaps.js:26:55) at HTMLDocument. (GoogleMaps.js:57:26) ``` **Environment** - TYPO3 version(s): 11.5.36 - tt_address version: 8.0.3...
## Bug Report **Current Behavior** If I click on the marker icon next to the longitude field nothing happens. **Expected behavior/output** If I click on the marker icon next to...
Update leaflet library to latest stable, which is 1.9.4 at the time writing.
## Bug Report **Current Behavior** As soon as I use the routeEnhancers anlog of the documentation, the pagination loses the 'currentPage'. Pagination without routePath: '/{page-label}-{page}' —> currentPage is played out...
Hi! A breadcrumb menu would be a great thing (something like https://docs.typo3.org/p/georgringer/news/9.2/en-us/Tutorials/BestPractice/BreadcrumbMenu.html). Best, Christoph
in function override this code should override the settings from the flexform: if (((!isset($previousData[$fieldName]) || (string)$previousData[$fieldName] === '') || (strlen($previousData[$fieldName]) === 0)) && isset($tsData['settings'][$fieldName]) ) { hidePagination from the flexform...
Hello @all, in my opinion it's not possible sorting tt_address items following multiple fields - for example sorting at first by name, than by first_name or sorting first by city,...
An additional setting useStdWrap is added with a list of fields for which stdWrap-functionality should be applied. This implementation is adapted from EXT:tt_news. Resolves: #130