Closed kadamwhite closed 9 years ago
@tbranyen I'm not going to have a chance to dive in on this or tbranyen/combynexpress#3 for the next few days -- if you want to pair up when I'm back from SF I'd love to get your help understanding the module's structure so that I could fix it myself, but if you have an opportunity to take a swing at either issue this week, I'll owe you a lunch at Saus :)
Sausy! I've got my hands full till maybe Wednesday, so I'll be able to dive in then :D
All set! Seems to work fine now :dancers:
@tbranyen, here's my use-case: I have a partial that is used to render an article's banner image in a standardized manner. However, depending on the page, that image's context object may not be usable without pre-filtering. I could do something in the template, but I would prefer to be able to contextually transform the passed object based on the page context: something like this, e.g.
I'd be curious for your thoughts; if this is valid, I'd appreciate a walkthrough of the code for this grammar, so that I could take a crack at a patch.