Skip to content

Commit

Permalink
[RELEASE] 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
t3brightside committed Sep 12, 2022
1 parent 6eb1192 commit 21c2401
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@
- Basic vCal support for event pages
* 3.3.1
- [TASK] Remove extbase TS settings that are not needed any more
* 3.3.2
- [BUGFIX] Add page media field 'as' in TypoScript
4 changes: 3 additions & 1 deletion Configuration/TypoScript/setup.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ tt_content.pagelist_sub {
10.if.isTrue.field = media
10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
10.references.fieldName = media
10.as = media
20.if.isTrue.field = tx_pagelist_images
20 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
20.references.fieldName = tx_pagelist_images
Expand All @@ -126,7 +127,7 @@ tt_content.pagelist_sub {
80 {
table = sys_category
selectFields = sys_category.*
pidInList.data = leveluid:0,-1
pidInList = root,-1
recursive = 99
join = sys_category_record_mm ON (sys_category_record_mm.uid_local=sys_category.uid)
where = sys_category_record_mm.tablenames='pages' AND sys_category_record_mm.uid_foreign = ###pageuid###
Expand Down Expand Up @@ -182,6 +183,7 @@ tt_content.pagelist_selected {
10.if.isTrue.field = media
10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
10.references.fieldName = media
10.as = media
20.if.isTrue.field = tx_pagelist_images
20 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
20.references.fieldName = tx_pagelist_images
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'title' => 'Pagelist',
'description' => 'Create page lists/teasers and add page types for news, events, products and vacancies.',
'category' => 'fe',
'version' => '3.3.1',
'version' => '3.3.2',
'state' => 'stable',
'clearCacheOnLoad' => true,
'author' => 'Tanel Põld',
Expand Down

0 comments on commit 21c2401

Please sign in to comment.