November 2011
1 post
1 tag
Getting Twiggy With It: Node Visitors
I am going to write about node visitors: one of the more obscure but powerful
concepts in Twig. To help make sense of it I will be using a simple, real
world example.
At OpenSky we recently added a basic CMS to our site that allows us to make
edits to text without going through the hassle of editing a template and
redeploying the entire codebase. We added a module to our admin that manages
these...