File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 2
2
"engines" : {
3
3
"twig" : {
4
4
"namespaces" : [
5
+ {
6
+ "id" : " uikit" ,
7
+ "recursive" : true ,
8
+ "paths" : [
9
+ " ../uikit-workshop/views-twig"
10
+ ]
11
+ },
5
12
{
6
13
"id" : " atoms" ,
7
14
"recursive" : true ,
77
84
"annotations" : " ./source/_annotations/" ,
78
85
"styleguide" : " dist/" ,
79
86
"patternlabFiles" : {
80
- "general-header" : " ../uikit-workshop/views-twig /partials/general-header.twig " ,
81
- "general-footer" : " ../uikit-workshop/views-twig /partials/general-footer.twig " ,
82
- "patternSection" : " ../uikit-workshop/views-twig /partials/patternSection.twig " ,
83
- "patternSectionSubtype" : " ../uikit-workshop/views-twig /partials/patternSectionSubtype.twig " ,
84
- "viewall" : " ../uikit-workshop/views-twig /viewall.twig "
87
+ "general-header" : " ../uikit-workshop/views/partials/general-header.mustache " ,
88
+ "general-footer" : " ../uikit-workshop/views/partials/general-footer.mustache " ,
89
+ "patternSection" : " ../uikit-workshop/views/partials/patternSection.mustache " ,
90
+ "patternSectionSubtype" : " ../uikit-workshop/views/partials/patternSectionSubtype.mustache " ,
91
+ "viewall" : " ../uikit-workshop/views/viewall.mustache "
85
92
},
86
93
"js" : " ./source/js" ,
87
94
"images" : " ./source/images" ,
You can’t perform that action at this time.
0 commit comments