Injecting Data from Server
Created by: Timer
Our docs explain how to Inject Data from the Server, but this doesn't translate well to development.
I think we should expand the docs to explain what to do in development or add means of specifying these values in development mode.
Right now I just live with the error and do something like this:
if (window.ActiveDirectoryGroups === undefined) window.ActiveDirectoryGroups = ['devmode']
This will be annoying for people using this suggested method when the error dialog is merged (if they're currently ignoring the error).