From d372e8375ef51ac5b346ee4908c0799f61ddbf50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Nov 2018 14:04:27 -0500 Subject: [PATCH] Remove noise of type, view mode classes i know now that i'v eremoved them, i'll want them for some reason is like three days. --- agaric/templates/paragraph/paragraph--title.html.twig | 2 -- 1 file changed, 2 deletions(-) diff --git a/agaric/templates/paragraph/paragraph--title.html.twig b/agaric/templates/paragraph/paragraph--title.html.twig index f5a9f0a..a943d01 100644 --- a/agaric/templates/paragraph/paragraph--title.html.twig +++ b/agaric/templates/paragraph/paragraph--title.html.twig @@ -41,8 +41,6 @@ {% set classes = [ 'hero', - 'paragraph--type--' ~ paragraph.bundle|clean_class, - view_mode ? 'paragraph--view-mode--' ~ view_mode|clean_class, not paragraph.isPublished() ? 'paragraph--unpublished' ] %}