Add content class to default field groups

This commit is contained in:
benjamin melançon 2018-12-08 22:24:56 -05:00
parent 4689769cc6
commit 90aa9600a2

View file

@ -0,0 +1,2 @@
{% extends "field-group-html-element.html.twig" %}
{% set attributes = attributes.addClass('card-content content') %}