Hi everyone,
I’m running tutor 14.0.2 with nutmeg. I’m writing to inquire if there is a way to add or modify the site_configuration settings via a custom plugin so that I can specify the page_content variables in the static_template mako files.
In this post (How to edit FAQ), there is mention of adding the static_template_[filename]_content to /admin/site_configuration/siteconfiguration/ on the lms. However, with my tutor installation, this directory structure does not exist.
The directory structure I have is:
tutor/data
tutor/env
Tutor plugins sit in a tutor_plugins directory at the same level as tutor/ and custom themes are located in tutor/env/build/openedx/themes/customtheme/
For simplicity, is it possible to specify the following in my custom plugin so that when the FAQ page loads, it reads this content into the page_content variable in that FAQ template:
{“static_template_faq_content”: “
example faq content
”}Thank you for any insights you can provide.