teufels / tt3-vehicles-importer
There is no license information available for the latest version (dev-main) of this package.
Importer for [teufels] Vehicles
dev-main
2024-10-22 14:35 UTC
Requires
- cobweb/external_import: ^7.2
- cobweb/svconnector_csv: ^4.1
- cobweb/svconnector_feed: ^4.1
- teufels/svconnector_mobilede: ^4.3
- teufels/tt3-vehicles: ^1.0 || dev-main
- typo3/cms-core: ^12.4
- typo3/cms-reactions: ^12.4
- typo3/cms-scheduler: ^12.4
This package is auto-updated.
Last update: 2024-11-04 14:01:57 UTC
README
[ ṯeufels ] Vehicles Importer
Importer for [ ṯeufels ] Vehicles
- import vehicles from external sources with the external_import Extension
This version supports TYPO3
Composer support
composer req teufels/tt3-vehicles-importer
Requirements
"typo3/cms-core": "^12.4"
"typo3/cms-scheduler": "^12.4"
"typo3/cms-reactions": "^12.4"
"cobweb/external_import": "7.2"
"cobweb/svconnector_csv": "^4.1"
"teufels/svconnector_mobilede": "^4.3"
"teufels/tt3-vehicles": "^1.0"
** for other types require the corresponding connector: https://docs.typo3.org/p/cobweb/external_import/main/en-us/User/General/Index.html
Supported import sources
- mobile.de (XML) [multilanguage tbd.]
Planned import sources
- CustomerOne tbd. (csv)
- more tbd.
Notice
- tbd.
Quick Guide
- for adjustments: copy the appropriate example configuration from the TCA Override of this extension into the sitepackage and adapt it to your needs
Documentation
Changelog
[1.0.0] - 2024-10-11
- initial