Skip to content

Commit 58ad885

Browse files
committed
Put the pattern engine name in the generated pattern data block so the
UI can put it in the template tab if it's there.
1 parent 84db306 commit 58ad885

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/lib/patternlab.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ var patternlab_engine = function (config) {
339339
patternName: pattern.patternName,
340340
patternPartial: pattern.patternPartial,
341341
patternState: pattern.patternState,
342+
patternEngineName: pattern.engine.engineName,
342343
extraOutput: {}
343344
});
344345

0 commit comments

Comments
 (0)