justinwalsh/daux.io

Add footer to all pages via Processor

gamelaster opened this issue · 2 comments

Hello, I want to add to every page custom footer. Is it possible via processor?
Thanks

Hello, sorry for the long response time.

It's not possible directly, though you can walk all the tree and for each content do $node->setContent($node->getContent() . $footer)`

Closing this issue as we move the project to an organization: https://github.com/dauxio/daux.io, the packagist package name is now daux/daux.io and we even have a Docker image.

If you are still interested by that feature, please open a new issue in the organization and we'll look into it.