This website requires JavaScript.
Explore
Help
Sign In
Work-Related
/
thuecat
Watch
1
Star
0
mirror of
https://github.com/werkraum-media/thuecat.git
synced
2025-01-10 13:16:14 +01:00
Code
Issues
Activity
734d94f9da
thuecat
/
Configuration
/
TypoScript
/
Default
/
Setup.typoscript
10 lines
156 B
Text
Raw
Normal View
History
Unescape
Escape
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-01 14:14:05 +01:00
module {
tx_thuecat {
Allow editor to create and edit import configuration Import Configuration can now be stored on folders, beside the site root. That way editors can create and edit records. The default storage pid for new records can be defined via TypoScript. Resolves: #24
2021-06-01 09:44:14 +02:00
settings {
newRecordPid {
tx_thuecat_import_configuration = 0
}
}
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-01 14:14:05 +01:00
}
}
Copy permalink