user2234745
user2234745

Reputation: 11

How can i use fluid template on command line in typo3 flow

I am trying to use fluid templates on command line controller on typo3 flow. The documentation is not full. How can i tweak it and solve this.

Upvotes: 1

Views: 249

Answers (1)

ChristianM
ChristianM

Reputation: 1823

Currently this is not meant to work, but if you really need this you can instanciate a Fluid StandaloneView, render it and give the result to the CommandController::output() method.

Upvotes: 1

Related Questions