patternlab-php-core icon indicating copy to clipboard operation
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.

Results 92 patternlab-php-core issues
Sort by recently updated
recently updated
newest added

We're currently hitting https://github.com/pattern-lab/patternengine-php-twig/issues/34#issuecomment-383032335, where an invalid Twig template (possible while developing) breaks the watcher. Using `--no-procs` reveals the exception and the terminated process, otherwise it silently fails (the watch...

Fix #118 starter kit fails with invalid options on newer versions tar. Re-open #121 since it was never merged.

The composer.json currently has: ``` "alchemy/zippy": "^0.3", ``` However, the latest D8 drupal/console has: ``` "alchemy/zippy": "0.4.3", ``` While I have an issue with drupal/console specifying such a specific version,...

Hope I'm asking in the right place, I've been looking at the patternlab setup for our drupal integration, but haven't really worked out where this should be done properly. I...

I've got a request to output the Version number for our project somewhere in the patternlab main navbar. Could this be done using the package.json version in any way? Or...

If a pattern name includes an underscore, the corresponding markdown documentation name is mangled by removing the underscore, preventing the documentation from being correctly connected to the pattern. There was...

I'd like to be able to provide extra panes/panels in the sg-modal area. Most usefully I'd like to be able to show the scss file content as an extra tab....

Error: ``` $ php core/console --starterkit --suggestions configuring pattern lab... suggested starterkits that work with this edition: 1: pattern-lab/starterkit-twig-demo 2: pattern-lab/starterkit-twig-drupal-minimal 3: aleksip/starterkit-shila-drupal-theme 4: forumone/starterkit-twig-drupal-gesso choose an option or hit...

I need for the code and pattern annotation to show on default for pages other than view-all. I've set `defaultShowPatternInfo` in the config file to `true` but the code and...

We are using a CI to deploy our websites. As part of the deployment process we want to build patternlab by running `cd && composer install && php core/console --generate`....