Add flow middle class to default paragraphs

This commit is contained in:
benjamin melançon 2018-10-31 20:02:35 -04:00
parent f6c855bfa9
commit 7b42a33984

View file

@ -40,6 +40,7 @@
#}
{%
set classes = [
'flow_middle',
'paragraph',
'paragraph--type--' ~ paragraph.bundle|clean_class,
view_mode ? 'paragraph--view-mode--' ~ view_mode|clean_class,