The settings currently have /eagle set as the default homeUrl
// basic app settings
var settings = {
homeUrl: '/eagle',
pageSize: 500,
Since the rest editor is in use on a number of projects with different such homeUrls I propose to use a more generic value such as /.
We might also see if we can provide the settings in a way that allows to easily change only a subset of the values (such as the above mentioned homeUrl). Right now it seems like most projects simply overwrite the entire settings file.
The settings currently have /eagle set as the default homeUrl
// basic app settings
var settings = {
homeUrl: '/eagle',
pageSize: 500,
Since the rest editor is in use on a number of projects with different such homeUrls I propose to use a more generic value such as /.
We might also see if we can provide the settings in a way that allows to easily change only a subset of the values (such as the above mentioned homeUrl). Right now it seems like most projects simply overwrite the entire settings file.