File tree 1 file changed +2
-2
lines changed
Resources/Private/TypoScript
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ prototype(Flowpack.Listable:Listable) < prototype(TYPO3.Neos:Content) {
35
35
collection = TYPO3.TypoScript:Case {
36
36
getFromCurrentPage {
37
37
condition = ${queryType == 'getFromCurrentPage'}
38
- renderer = ${q(documentNode).find('[instanceof Sfi .Listable:ListableMixin]').get()}
38
+ renderer = ${q(documentNode).find('[instanceof Flowpack .Listable:ListableMixin]').get()}
39
39
}
40
40
getAll {
41
41
condition = ${true}
@@ -56,7 +56,7 @@ prototype(Flowpack.Listable:List) < prototype(TYPO3.TypoScript:Tag) {
56
56
@context.archiveLinkTitle = ''
57
57
@context.archiveLinkClass = ''
58
58
59
- @context.list = Sfi .Listable:Listable
59
+ @context.list = Flowpack .Listable:Listable
60
60
61
61
attributes.class = ${wrapClass}
62
62
content = TYPO3.TypoScript:Array {
You can’t perform that action at this time.
0 commit comments