mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-05 04:46:12 +01:00
Daniel Siepmann
1088a580a0
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
14 lines
288 B
Text
14 lines
288 B
Text
module {
|
|
tx_thuecat {
|
|
settings {
|
|
newRecordPid {
|
|
tx_thuecat_import_configuration = 0
|
|
}
|
|
}
|
|
view {
|
|
templateRootPaths {
|
|
0 = EXT:thuecat/Resources/Private/Templates/
|
|
}
|
|
}
|
|
}
|
|
}
|