Commit graph

4 commits

Author SHA1 Message Date
0eedec8ca9
Remove content elements 2024-11-06 08:25:00 +01:00
d323a60e7a
Fix broken permission for tt_content
The actual registry needs to be within ext_tables.php after loading TCA.

Resolves: #11480
2024-11-04 15:35:47 +01:00
54d244b804
TYPO3 V12 Update (#116)
* Support TYPO3 v12 and PHP 8.3
2023-12-05 09:43:55 +01:00
dc1c45f1c1 Initial import mechanism
Provide first basic import mechanism.
It already allows to import entities into TYPO3 database.
Three entities are supported.

Entities are configured through import configuration.
This can be created, viewed, and edited through backend module.

Imports are tracked and accessible from backend module.

Still this is basic.
Importing lists of entities is not supported.
Multiple languages is not supported, etc.

Relates: #8214
2021-02-16 11:09:18 +01:00