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.
PHP 8.1 Support My request is for you to consider adding PHP 8.1 support to pattern-lab/patternlab-php-core. OR Maintainer Access for Contribution Alternatively, if adding PHP 8.1 support is not feasible...
The composer package `doctrine/collections` needs to be allowed to upgrade to `^1.6.5` for [php 8 compatibility](https://github.com/doctrine/collections/releases/tag/1.6.5).
We use patternlab-php-core and edition-php-twig-standard in our project. We noticed that since PHP 8.0 the config in `config/patternengines.json` is missing the class namespaces. I believe this due to an update...
If there is a MD doc with this: ``` --- order: -5 --- ``` It should sort by that and then name. The default of order is `0`. This is...
Perhaps I am doing this wrong, but I have an installation of pattern-lab, and we've added some new functions in source/_twig-components/functions/. However, when installing from scratch, (this can be recreated...
The installer fails to extract the starterkit when running on Linux, tested on Debian 9.11. Using a *load* of hacks in debugging I managed to expand the output from `failed...
`patternDir` needs to be added as a config option and as an installable path for `composer.json`.
I have two components button and button-box. Buttons are what they sounds like. Button boxes are made up of a title, text, and button. I'm using the Gesso Drupal 8...
Hi, Thanks for this fantastic product!! I'm new to PL and in writing a listener plugin I wanted to create a test that could update a configuration option to `false`....
Is there a way to render a mustache element as a string instead of html? My element's html wraps and is 3 lines long so something like this '{{>my-element}}' doesn't...