File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Configuration/TypoScript/Powermail_Frontend
Resources/Private/Layouts/ContentElements/Export Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,12 @@ powermail_frontend_rss {
114114}
115115
116116[getTSFE().type == 31311 || getTSFE().type == 31312 || getTSFE().type == 31319]
117- # we don't want the wrapper div in our export files
118- tt_content.stdWrap.innerWrap >
117+ # overwrite the default content element layout, because we don't want the wrapper div in our export files
118+ tt_content.list {
119+ layoutRootPaths {
120+ 99 = EXT:powermail/Resources/Private/Layouts/ContentElements/Export/
121+ }
122+ }
119123[end]
120124
121125
Original file line number Diff line number Diff line change 1+ < f:spaceless >
2+
3+ < f:comment >
4+ Overwrite the default content element layout for export files to remove the wrapper div
5+ </ f:comment >
6+
7+ < f:render section ="Main " optional ="true " />
8+ </ f:spaceless >
You can’t perform that action at this time.
0 commit comments