Dave Olsen
Dave Olsen
That's most definitely a bug. `array_replace_recursive()` doesn't go deep enough. That needs to be replaced by a custom function also found in the Data class. Blanking on the name. I...
Ok, this isn't quite as easy as I thought. I figured it'd be a quick replace but it turns out the deeper search and replace solution is just for `link.`....
Please double-check this is working the way you expect in v0.7.0. Thanks.
I'm still thinking about this ;) I may want to try to use a package, [arraymerger](https://packagist.org/packages/ckr/arraymerger), to provide a different way to merge data. This is on the radar to...
@Haroenv - This is already possible. Pattern Lab 2 introduced PatternEngines. I have a [simple write-up of the Pattern Lab ecosystem](http://patternlab.io/docs/advanced-ecosystem-overview.html) and there are [a number of PatternEngines](https://github.com/search?q=org%3Apattern-lab+patternengine) for node...
If you're going to build a PHP PatternEngine please let me know and I can write some docs quickly. > On Jul 26, 2016, at 1:35 PM, Haroen Viaene [email protected]...
@lrobeson - `v2.0.0` of the reload plugin is going to be released later tonight. You can learn more at: https://github.com/pattern-lab/plugin-php-reload We haven't documented that it's available. I literally wrote it...
@lrobeson - `v2.0.0` of the plugin is out but I realized tonight that I'm a little behind on Twig-related libraries. We released a new look for Pattern Lab that I...
@ba55ie - Some of them are in there but not all. I'll look into `accesskey` as well. Thanks for the heads up.
Will look into this tonight.