From 2e83503e319396e16e20f6e955fc5f4f8c14ac2e Mon Sep 17 00:00:00 2001 From: Igor Biki <ibiki@uwaterloo.ca> Date: Thu, 29 Jul 2021 13:25:57 -0400 Subject: [PATCH] ISTWCMS-4588: Adding profile teaser icon to layout builder available block list. --- ...ut_builder_browser_block.uw_cbl_profile_teaser.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/install/layout_builder_browser.layout_builder_browser_block.uw_cbl_profile_teaser.yml diff --git a/config/install/layout_builder_browser.layout_builder_browser_block.uw_cbl_profile_teaser.yml b/config/install/layout_builder_browser.layout_builder_browser_block.uw_cbl_profile_teaser.yml new file mode 100644 index 00000000..e0dadf50 --- /dev/null +++ b/config/install/layout_builder_browser.layout_builder_browser_block.uw_cbl_profile_teaser.yml @@ -0,0 +1,11 @@ +langcode: en +status: true +dependencies: { } +id: uw_cbl_profile_teaser +block_id: uw_cbl_profile_teaser +category: uw_bc_teasers +label: 'Profile teaser' +weight: -2 +image_path: images/layout_builder_browser/profileteaser.svg +image_path_base: 'theme:uw_fdsu_theme_resp' +image_alt: 'profile icon' -- GitLab