From 3de7bd35ed3533aee564cabab77a06153c10c2d8 Mon Sep 17 00:00:00 2001
From: Igor Biki <ibiki@uwaterloo.ca>
Date: Mon, 8 Feb 2021 11:29:46 -0500
Subject: [PATCH] ISTWCMS-4147: Removing old full width image template.

---
 ...lock--inline-block--uw-cbl-image.html.twig | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 templates/inline-blocks/block--inline-block--uw-cbl-image.html.twig

diff --git a/templates/inline-blocks/block--inline-block--uw-cbl-image.html.twig b/templates/inline-blocks/block--inline-block--uw-cbl-image.html.twig
deleted file mode 100644
index 136be07d..00000000
--- a/templates/inline-blocks/block--inline-block--uw-cbl-image.html.twig
+++ /dev/null
@@ -1,19 +0,0 @@
-{% if in_layout_builder %}
-  <div{{ attributes.addClass(classes) }}>
-    {{ title_prefix }}
-    {{ title_suffix }}
-{% endif %}
-
-  {% embed "@components/image/image.twig" with {
-      'width': width
-  } %}
-
-    {% block content %}
-      {{ content }}
-    {% endblock %}
-
-  {% endembed %}
-
-{% if in_layout_builder %}
-  </div>
-{% endif %}
-- 
GitLab