Skip to content

Commit a408bbc

Browse files
committed
fix: temporarily revert using twig-based UI for certain bits of rendering PL to get the Twig renderer back up and running
1 parent d8747bf commit a408bbc

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

packages/edition-twig/patternlab-config.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
"engines": {
33
"twig": {
44
"namespaces": [
5+
{
6+
"id": "uikit",
7+
"recursive": true,
8+
"paths": [
9+
"../uikit-workshop/views-twig"
10+
]
11+
},
512
{
613
"id": "atoms",
714
"recursive": true,
@@ -77,11 +84,11 @@
7784
"annotations": "./source/_annotations/",
7885
"styleguide": "dist/",
7986
"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"
8592
},
8693
"js": "./source/js",
8794
"images": "./source/images",

0 commit comments

Comments
 (0)