Skip to content

Commit

Permalink
BUGFIX: fix Template object name
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaip authored Oct 9, 2017
1 parent 529b865 commit 647dcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Fusion/Root.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ prototype(Dimaip.TwitterHelper:Timeline) < prototype(Neos.Fusion:Collection) {
}
}

prototype(Dimaip.TwitterHelper:Tweet) < prototype(Neos.Neos:Template) {
prototype(Dimaip.TwitterHelper:Tweet) < prototype(Neos.Fusion:Template) {
templatePath = 'resource://Dimaip.TwitterHelper/Private/Templates/Tweet.html'
tweet = ${tweet}
}

0 comments on commit 647dcb4

Please sign in to comment.