From 346a636b768964861c304b2692bd2ee5a9419a83 Mon Sep 17 00:00:00 2001 From: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:22:32 -0500 Subject: [PATCH] feat: add `pluginProps` to `CourseInfoSlot` (#550) --- src/plugin-slots/CourseInfoSlot/index.jsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/plugin-slots/CourseInfoSlot/index.jsx b/src/plugin-slots/CourseInfoSlot/index.jsx index db7c3f253..f66d403e4 100644 --- a/src/plugin-slots/CourseInfoSlot/index.jsx +++ b/src/plugin-slots/CourseInfoSlot/index.jsx @@ -13,6 +13,11 @@ const CourseInfoSlot = ({ slotOptions={{ mergeProps: true, }} + pluginProps={{ + courseOrg, + courseNumber, + courseTitle, + }} >