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
I am using Pattern Lab Node v3.0.2 on Mac, with Node v11.2.0, using edition-twig (php engine).
Expected Behavior
Within pages, the pseudo pattern 00-homepage~emergency.json should build out a new page that displays the 00-homepage.twig pattern rendered with the data provided by 00-homepage~emergency.json.
Actual Behavior
Trying to load the homepage emergency page in Pattern Lab displays raw json data
{ "emergency": { "styleModifier" : "error", "excerpt" : { "short" : "Emergency! This is a variation of the core homepage template." } } }
I am using Pattern Lab Node
v3.0.2
onMac
, with Nodev11.2.0
, usingedition-twig (php engine)
.Expected Behavior
Within pages, the pseudo pattern
00-homepage~emergency.json
should build out a new page that displays the00-homepage.twig
pattern rendered with the data provided by00-homepage~emergency.json
.Actual Behavior
Trying to load the homepage emergency page in Pattern Lab displays raw json data
Steps to Reproduce
npm create pattern-lab
edition-twig (php engine)
starterkit-twig-demo
npm run serve
The text was updated successfully, but these errors were encountered: