Skip to content

Commit 93f8efa

Browse files
committed
Merge pull request #7 from johannessteu/feature/namespaces
Bugifx: Use correct namespaces
2 parents f008cdb + 9adf050 commit 93f8efa

File tree

1 file changed

+2
-2
lines changed
  • Resources/Private/TypoScript

1 file changed

+2
-2
lines changed

Diff for: Resources/Private/TypoScript/Api.ts2

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ prototype(Flowpack.Listable:Listable) < prototype(TYPO3.Neos:Content) {
3535
collection = TYPO3.TypoScript:Case {
3636
getFromCurrentPage {
3737
condition = ${queryType == 'getFromCurrentPage'}
38-
renderer = ${q(documentNode).find('[instanceof Sfi.Listable:ListableMixin]').get()}
38+
renderer = ${q(documentNode).find('[instanceof Flowpack.Listable:ListableMixin]').get()}
3939
}
4040
getAll {
4141
condition = ${true}
@@ -56,7 +56,7 @@ prototype(Flowpack.Listable:List) < prototype(TYPO3.TypoScript:Tag) {
5656
@context.archiveLinkTitle = ''
5757
@context.archiveLinkClass = ''
5858

59-
@context.list = Sfi.Listable:Listable
59+
@context.list = Flowpack.Listable:Listable
6060

6161
attributes.class = ${wrapClass}
6262
content = TYPO3.TypoScript:Array {

0 commit comments

Comments
 (0)