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

The ones I like are: - status - tags - order - hidden Could be incorporated into the `.md` or a separate pattern file. This would go along with setting...

enhancement
spec approved
v2.x

Using the partial is just asking for trouble down the road. Use the unique file path.

enhancement
v3.x

[Original pull request](https://github.com/drupal-pattern-lab/patternlab-php-core/pull/19) 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. You know the thing that really sucks about documenting your growing design...

When I run v2.7.0, PatternLabHead and PatternLabFoot are missing on the "View All" page for whatever is the first pattern type for which such a a view exists. So, in...

bug
v2.x

We include Patterns with Pattern Parameters like this: {{> organisms-article-list(content-pager: true) }} Everything works properly, but: every Pattern we include after this is not in the "Pattern info"-List of included...

Resolves https://github.com/pattern-lab/patternlab-php-core/issues/114

This just cleans up the main menu navigation if you have to prefix your pattern type categories. Pattern type category prefixes can be defined in config.yml as an array named...

At first, thanks for good framework, it very useful for me... Propose to add a support of patterns in data.yaml and references to other data like this In data.yaml: ```...

A feature request: allow misc scripts to run after starterkit installation (e.g., to move things around). It seems a little silly to replicate composer behavior like this, but it's just...

`Fetch` was not finding my starterkit's composer file. This mirrors the current method used to find the 'dist' directory.