From 7cd8eedc6375397aa58095ac6687d1761917f38b Mon Sep 17 00:00:00 2001 From: Igor Biki <ibiki@uwaterloo.ca> Date: Mon, 9 Nov 2020 09:32:42 -0500 Subject: [PATCH] ISTWMCS-4175 Adding custom inline block icon. --- ...layout_builder_browser_blockcat.uw_bc_external_embeds.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/install/layout_builder_browser.layout_builder_browser_blockcat.uw_bc_external_embeds.yml b/config/install/layout_builder_browser.layout_builder_browser_blockcat.uw_bc_external_embeds.yml index 5566f9f2..41ebab4b 100644 --- a/config/install/layout_builder_browser.layout_builder_browser_blockcat.uw_bc_external_embeds.yml +++ b/config/install/layout_builder_browser.layout_builder_browser_blockcat.uw_bc_external_embeds.yml @@ -30,3 +30,8 @@ blocks: weight: 0 image_path: /profiles/uw_base_profile/themes/uw_fdsu_theme_resp/images/layout_builder_browser/twitter.svg image_alt: '' + - + block_id: 'inline_block:uw_cbl_powerbi' + weight: 0 + image_path: /profiles/uw_base_profile/themes/uw_fdsu_theme_resp/images/layout_builder_browser/powerbi.svg + image_alt: '' -- GitLab