Hi,
How to add custom static pages in Tutor like to this Blog?
Thank you for the help.
I found it out that the Blog post actually works in Tutor as well.
Where did you find the “lms.env.json” in tutor. In the blog they mentioned “/edx/app/edxapp/lms.env.json” but i couldn’t find it in tutor anywhere.
In Tutor, it’s in env/apps/openedx/config/lms.env.json.
Thank you. I too got it. Can we add dynamic content like “my courses” of dashboard in a static html file? I tried including the dashboard.html file <%include file="../dashboard.html" />
in my static html file but it gave 500 error.