Added functionality to disable COAR notify support link in footer

Also fixed error that showed a blank page instead of a 404 when disabling EULA/Privacy Policy pages
This commit is contained in:
Alexandre Vryghem
2024-04-12 01:38:34 +02:00
parent 2ef2e9b334
commit e10630f131
15 changed files with 83 additions and 59 deletions

View File

@@ -314,6 +314,7 @@ export const environment: BuildConfig = {
info: {
enableEndUserAgreement: true,
enablePrivacyStatement: true,
enableCOARNotifySupport: true,
},
markdown: {
enabled: false,