Extend the block we want to insert the class into
This commit is contained in:
parent
fb4b61a640
commit
f16e9b4fce
1 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
{% extends "@bulma/block/block--system-menu-block.html.twig" %}
|
||||
|
||||
{% set classes = classes ?? []|merge(['navbar-menu']) %}
|
||||
{% set attributes = attributes.addClass(classes) %}
|
||||
|
|
Loading…
Reference in a new issue