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.
I would like to be able to attach other files to my pattern documentation. I break my SCSS and javascript files into pattern specific files. It would be nice to...
Pattern Lab PHP uses many Symfony components, so it might make sense to adopt their coding standards. They also have a nice tool, the PHP Coding Standards Fixer, which we...
`sourceDir` (or `sourceDirs`) should be able to be defined as an array as a package creator may place assets in different locations.
Specifically, allow Pattern Lab users to manually adjust the visual ordering of any navigation items in the Pattern Lab main menu based on the configurable `order` property that's set in...
Now passing in the actual filename + path to the JSON and YAML file functions so errors are more helpful + easier to debug. This small change makes a huge...
@EvanLovely specifically, which of these is "correct" here? Do we actually need / use / require DIRECTORY_SEPARATOR still? Is there a better way to handle this sort of thing? ```...
I was putting together a PR for more helpful JSON error messages when I noticed that we seem to have a bunch of virtually identical but still different ways of...
[Original pull request](https://github.com/drupal-pattern-lab/patternlab-php-core/pull/18) from the Drupal Pattern Lab Fork which already merged in [these 9 ](https://github.com/drupal-pattern-lab/patternlab-php-core/pulls?q=is%3Apr+is%3Aclosed) previous PRs. For example, if I had a colors.twig file in my code with...
https://github.com/pattern-lab/the-spec/issues/28
Allows global data to be overridden in templates, pages etc. - Spec description: https://github.com/pattern-lab/the-spec/issues/31#issuecomment-278524828 - Equivalant node ticket: https://github.com/pattern-lab/patternlab-node/issues/599