jonaseberle / test-extending-extbase
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^10.4.19@dev || ^11.5@dev || dev-main
This package is auto-updated.
Last update: 2023-05-14 13:34:29 UTC
README
This maps existing tables to custom Extbase domain models in TYPO3v10.
In this example the models are extending existing models.
It showcases accessing existing as well as added fields.
Installing it will remove existing frontend output and output fe_users
and fe_groups
queried from the custom Extbase domain repository. It won't change any data.
References for ext_typoscript_settings.txt
upgrade path:
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.5/Deprecation-86270-ExtbaseXclassViaTypoScriptSettings.html (not used here)