teufels / tt3-googleforjobs
Render Google for Jobs structured data for static job pages.
1.1.0
2025-01-24 09:43 UTC
Requires
- typo3/cms-core: ^12.4 || ^13.4
README
[ ṯeufels ] Google for Jobs
Render Google for Jobs structured data for static job pages
This version supports TYPO3
Composer support
composer req teufels/tt3-googleforjobs
How to use
- Install with composer
- Import Static Template (before sitepackage)
- place plugin & enter data
Migration from tt3_googleforjobs
- in composer.json replace
tt3_googleforjobs
with"tt3-googleforjobs":"^1.0"
- Composer update
- Perform Upgrade Wizards "[teufels] Google for Jobs"
- check & adjust be user group access rights
Changelog
1.1.x
- add support for TYPO3 v13
1.0.x
- 1.0.0 intial from hive_googleforjobs
⚠️ DEPRECATION WARNING
[!CAUTION] Deprecation: #105076 - Plugin content element and plugin sub types
This plugin have been registered using the
list
content element and the plugin subtypelist_type
field. asd This functionality, the plugin content element (list
) and the plugin sub types field (:php:list_type
) have been marked as deprecated in TYPO3 v13.4 and will be removed in TYPO3 v14.0.The recommended way to create a plugin is by using a dedicated content type (
CType
) for each plugin.❗ this plugin may not receive an update to TYPO3 v14 and must then be replaced ❗