Jeroen Schmit
Jeroen Schmit
@reidpeifer I added a section that follows your proposed structure.
@stephenharris you're more than welcome! So, if I understand correctly: - You have `events` - And `events` can have one or more `dates` Does this mean that the `dates` are...
Would that be the same as the 'production and events' approach described at the top? Except that `production` / `event` is changed to `event` / `dates`.
It would. However, the question is whether we should bring hierarchical stuff into the standard or not.
Regarding 4: Another benefit of portability is that you can seperate importer plugins from the main plugin. For example: you can import events from a ticketing system and have them...
I just noticed that Photon's letterbox has as secret third argument to set the color. Can you try if this helps: In `TimberPhoton.php`, line 59 change this: $args = array(...
Hi Luis, You are correct. this is not supported right now. Does Timber support this at the moment? Jeroen
Ok. Do you know if it actually works with Timber? If I look at the code it doesn't seem properly implemented.
Anyway, I guess I can be added to TimberPhoton relatively easy. Do you think you can do it (with my help)?
Let's do it then! I guess you need to add a function to the TimberPhoton class that translate all available sizes (like 'medium') to a width and height in pixels....