docs: update course_unit_sidebar slot ID to v2 in plugin-slots README#2905
docs: update course_unit_sidebar slot ID to v2 in plugin-slots README#2905brian-smith-tcril wants to merge 1 commit intoopenedx:masterfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Context: I was discussing plugin slots and mentioned having a slot we've made a v2 version of. I searched the org for it (by searching the readmes in the |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2905 +/- ##
=======================================
Coverage 95.37% 95.37%
=======================================
Files 1332 1332
Lines 30594 30594
Branches 6925 6919 -6
=======================================
Hits 29178 29178
+ Misses 1359 1347 -12
- Partials 57 69 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
We currently have both a v1 slot (on the legacy sidebar) and a v2 slot (on the new sidebar) so I think the README should mention both. CC @ChrisChV to double check. |
I was thinking since we recommend against using
and we mention |
|
Before the new sidebar changes, |
bradenmacdonald
left a comment
There was a problem hiding this comment.
OK, sounds good!
The
CourseAuthoringUnitSidebarSlotREADME defines the slot ID asorg.openedx.frontend.authoring.course_unit_sidebar.v2, but the top-level plugin-slots README was referencing it asv1. This fixes that inconsistency.🤖 Generated with Claude Code