From 9dd708b70a9e43adc057bb6dc427eb8f6ae8b22b Mon Sep 17 00:00:00 2001
From: Lily Yan <lily.yan@uwaterloo.ca>
Date: Wed, 2 Sep 2020 14:43:02 -0400
Subject: [PATCH] ISTWCMS-4040 Add related links block

---
 ...browser.layout_builder_browser_blockcat.uw_bc_content.yml | 5 +++++
 uw_cfg_common.info.yml                                       | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/config/install/layout_builder_browser.layout_builder_browser_blockcat.uw_bc_content.yml b/config/install/layout_builder_browser.layout_builder_browser_blockcat.uw_bc_content.yml
index 7ca9d50c..0e397e29 100644
--- a/config/install/layout_builder_browser.layout_builder_browser_blockcat.uw_bc_content.yml
+++ b/config/install/layout_builder_browser.layout_builder_browser_blockcat.uw_bc_content.yml
@@ -40,3 +40,8 @@ blocks:
     weight: 0
     image_path: /profiles/uw_base_profile/themes/uw_fdsu_theme_resp/images/layout_builder_browser/mailman.svg
     image_alt: ''
+  -
+    block_id: 'inline_block:uw_cbl_related_links'
+    weight: 0
+    image_path: /profiles/uw_base_profile/themes/uw_fdsu_theme_resp/images/layout_builder_browser/relatedlinks.svg
+    image_alt: ''
diff --git a/uw_cfg_common.info.yml b/uw_cfg_common.info.yml
index 5bc0af8f..01567213 100644
--- a/uw_cfg_common.info.yml
+++ b/uw_cfg_common.info.yml
@@ -6,12 +6,15 @@ dependencies:
   - captcha
   - core_event_dispatcher
   - features
+  - field
   - field_event_dispatcher
   - hcaptcha
   - hook_event_dispatcher
+  - layout_builder
   - layout_builder_browser
   - layout_builder_modal
   - layout_builder_restrictions
   - layout_builder_styles
+  - node
   - preprocess_event_dispatcher
   - user
-- 
GitLab