Hi every body;
I need to have a navigation pane on the left side of the course page on my open edx project.
I know that it was active in previous releases but I want it be activated in iron wood
thanks for any reply
Hi every body;
I need to have a navigation pane on the left side of the course page on my open edx project.
I know that it was active in previous releases but I want it be activated in iron wood
The waffle flags that determine this are located in the course_experience
app. Specifically, I think you want to set the waffle flag course_experience.course_outline_page
to false. You might also need to set course_experience.unified_course_tab
to false as well.
Please note that these flags will go away soon. I believe Juniper will still have it, but it will almost certainly be gone by Koa.
The rationale for the shift in navigation can be found at:
Thank you Dave