Skip to content

Commit

Permalink
EWPP-1278: Pass to composition all variables in scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarco committed Jul 26, 2021
1 parent 5f2fa7b commit 32a6312
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@
* @see ./core/modules/stable/navigation/links.html.twig
*/
#}
{% include '@oe_theme/compositions/ec-component-content-language-switcher/content-language-switcher.html.twig' with {
'expandable': expandable,
'message': message,
'languages': languages,
'unavailable_language': unavailable_language,
} %}
{% include '@oe_theme/compositions/ec-component-content-language-switcher/content-language-switcher.html.twig' %}

0 comments on commit 32a6312

Please sign in to comment.