edition-php-drupal-standard icon indicating copy to clipboard operation
edition-php-drupal-standard copied to clipboard

The standard edition of Pattern Lab to be used with Drupal.

Results 10 edition-php-drupal-standard issues
Sort by recently updated
recently updated
newest added

This install script "PatternLab\\Installer::postInstallCmd" is not composer best practice, i think. It should only run if I don't have a composer.lock file. If I have composer.lock file, I shouldn't be...

On a brand new install, I get the following error when trying to generate the front end: ``` PHP Fatal error: Uncaught Error: Call to undefined method __TwigTemplate_cb87d917ee046806b780332adb3b678cc4ebc7d51303b5fbaa0bca108638e7a0::getinput() in /Users/malcolm/Documents/Code/mypattern/vendor/twig/twig/lib/Twig/Environment.php(467)...

It would be nice to document that `bsdtar` is required in order for starterkits to be installed.

I have a fresh D8 install and I have installed this edition of patternlab, I have tried all 4 starterkits and include and join from the data transform plugin do...

Hi, we are trying to integrate patternlab with our CI, so that on every push the patternlab-files get created automatically. So we don't need to commit all build-files to the...

While installing using **Composer**, starterkit is not getting downloaded and error message does not specify why `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:...

Hi there, I use [Slick Lightbox ](https://github.com/mreq/slick-lightbox) to create a popup gallery, but it doesn't work in pattern lab. Did I do something wrong? ---- Update: I got this bug...

I'm getting frequent issues in loading pattern lab pages when using the command line driven web server. It often fails to load jQuery thought that might just be the first...

I think I've found a bug with pseudo patterns when the value is an array and the the pseudo pattern overrides the array, the parent array values are still present...

Add `composer stop` command to stop the processes initiated in `composer start`.