patternlab-php-core
patternlab-php-core copied to clipboard
This repository provides the core functionality for Pattern Lab. It is meant to be used from within an Edition with a PatternEngine and StarterKit.
We currently encounter an issue where clicking on some 'view all'-links causes the 'viewport' iframe to load the pattern lab index page again, leading to a second (non-functional) navigation bar...
We tried to use pattern lab twig edition in a symfony 2.8 environment (which is the current long term release). We are not able to install it via composer because...
In order to re-order patterns based on documentation (or config?) use the following steps as part of a helper: - separate the patterns by those with order set and an...
As we discussed on gitter, I implemented mustache templates using the Blocks pragma. The rendering works, although php fails with "Fatal error: Maximum function nesting level of '250' reached, aborting!",...
When I run this command: ``` php core/console --config --set publicDir=test ``` I don't see `config.yml` get altered. Thanks!
We started documenting our ReactJS components using patternlab. So for each component I have more than just `.md`, `.json` and `.mustache` files.  So it would be really nice to...
The [documentation for styleModifier](http://patternlab.io/docs/pattern-stylemodifier.html) indicates classes are separated by a pipe, but that didn't work. After much teeth gnashing, I tried a space between classes, and it worked perfectly fine....
What I've mentioned in #89 is something was available in patternlab 1 and apparently is missing in patternlab 2.
Since we've recently gotten in the ability to use folders at the pattern level, I've been keeping more assets related to patterns next to the pattern files and I think...
Provide ability for edition builders to modify the default project install message with more relevant "next steps" info that makes sense for their edition.