Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

app.constant('reportProblem', {
to: 'dwalker@calstate.edu',
enabled: true,
messageText: 'See something that doesn\'t look right?', // text that appears before the link
buttonText: 'Report a Problem', // the portion of the text that is the link
labelEmail: 'Email', // change the form email field label
labelName: 'Name', // change the form name field label
labelDescription: 'Description', // change the form description field label
subject: 'Problem report', // email subject line
format: 'markdown', // specify email format
addPatronInfo: true,
});

multipleAnalytics

Set the siteSource to either ga for Google Analytics or matomo for Matomo Analytics.

...