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

include and join not working

Open daveerwin opened this issue 7 years ago • 0 comments

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 not work in any of them. Instead of including the template is will just print the template string for instance

{
  "content": {
    "join()": [
      "molecules-text1.html",
      "molecules-text2.html"
    ]
  }
}

will just print molecules-text1.htmlmolecules-text2.html

daveerwin avatar Oct 16 '17 18:10 daveerwin