You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
This might actually also be the same issue I have been experiencing on Mac with the Twig engine. List item data just does not work and I logged the issue in the Twig pattern engine.
I am using Pattern Lab PHP on Mac, using Grunt.
Created a new PL2 Project. Added
atoms-/button
andmolecules-button-list
to the project.atoms/button
markup:I have the
molecules/button-list
marked up as:In
data.json
I have:In my
button-test
page's JSONbutton-test.json
, I have:Expected Behavior
Removed
buttonList
altogether from data.json and defined it only inbutton-test.json
to get this:Actual Behavior
Page-based JSON overrides the first 2 items in
data.json
but prints out the rest of the items frombuttonList
According to Brad, it seems like a regression bug of some sort.
The text was updated successfully, but these errors were encountered: