Hi folks,
I'm trying to figure out if there's a way to make a "global" XBlock; i.e., one that is automatically loaded on every page. This could be used to load helper javascript and css files for every page in the course, for example.
To date, I've been loading such files in <script> and <link> tags, but it's tedious to import these into every vertical (and then there are issues with files being loaded multiple times when a user clicks through a sequential).
Can you suggest a way to construct such a global XBlock?
Best,
Jolyon