Browse Source
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: #24pull/29/head
4 changed files with 14 additions and 2 deletions
@ -1,5 +1,10 @@
|
||||
module { |
||||
tx_thuecat { |
||||
settings { |
||||
newRecordPid { |
||||
tx_thuecat_import_configuration = 0 |
||||
} |
||||
} |
||||
view { |
||||
templateRootPaths { |
||||
0 = EXT:thuecat/Resources/Private/Templates/ |
Loading…
Reference in new issue