Move slide component into a components directory

so it's a little more clear what's going on here...  not a lot, but a little.
This commit is contained in:
benjamin melançon 2018-11-21 09:52:31 -05:00
parent ebe1872994
commit 02afb1a00b
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@
{% set link = renderables.merge_attributes(item_attributes, content.field_link, 0) %}
{# Include slide component template. #}
{%
include '@agaric/paragraph/slide.html.twig' with {
include '@agaric/components/slide.html.twig' with {
classes: classes,
image_url: content.field_image[0]['#markup'],
text: content.field_text,