Extend the block we want to insert the class into

This commit is contained in:
benjamin melançon 2018-08-23 14:33:22 -04:00
parent fb4b61a640
commit f16e9b4fce

View file

@ -1,2 +1,4 @@
{% extends "@bulma/block/block--system-menu-block.html.twig" %}
{% set classes = classes ?? []|merge(['navbar-menu']) %}
{% set attributes = attributes.addClass(classes) %}