From 92339c42c8cdeb339062fc30dda58e9cb21c8f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 24 Oct 2018 04:28:37 -0400 Subject: [PATCH] Format imaage and body of title paragraph --- agaric/templates/paragraph/paragraph--title.html.twig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/agaric/templates/paragraph/paragraph--title.html.twig b/agaric/templates/paragraph/paragraph--title.html.twig index 6a043bc..1c98aff 100644 --- a/agaric/templates/paragraph/paragraph--title.html.twig +++ b/agaric/templates/paragraph/paragraph--title.html.twig @@ -51,7 +51,14 @@ {% block paragraph %} {% block content %} - {{ content }} +
+
+ {{ content.field_image }} +
+
+ {{ content.field_title }} + {{ content.field_subtitle }} +
{% endblock %} {% endblock paragraph %}