File tree 2 files changed +2
-2
lines changed
src/LIN3S/PatternLibraryBuilder/Renderer
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public function __construct(\Twig_Environment $twig)
14
14
public function render ($ item )
15
15
{
16
16
return $ this ->twig ->render ('@Lin3sPatternLibraryBuilder/renderers/colors.html.twig ' , [
17
- 'colors ' => $ item ['renderer ' ]['options ' ]['colors ' ],
17
+ 'colors ' => $ item ['config ' ][ ' renderer ' ]['options ' ]['colors ' ],
18
18
]);
19
19
}
20
20
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public function __construct(\Twig_Environment $twig)
14
14
public function render ($ item )
15
15
{
16
16
return $ this ->twig ->render ('@Lin3sPatternLibraryBuilder/renderers/typography.html.twig ' , [
17
- 'typographies ' => $ item ['renderer ' ]['options ' ]['typographies ' ],
17
+ 'typographies ' => $ item ['config ' ][ ' renderer ' ]['options ' ]['typographies ' ],
18
18
]);
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments