mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
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:
@@ -468,9 +468,13 @@ export class DefaultAppConfig implements AppConfig {
|
||||
// Disabling the privacy policy feature will result in:
|
||||
// - A 404 page if you manually try to navigate to the privacy policy page at info/privacy
|
||||
// - All mentions of the privacy policy being removed from the UI (e.g. in the footer)
|
||||
// Disabling the COAR notify support page feature will result in:
|
||||
// - A 404 page if you manually try to navigate to the COAR notify support page
|
||||
// - All mentions of the COAR notify support page being removed from the UI (e.g. in the footer)
|
||||
info: InfoConfig = {
|
||||
enableEndUserAgreement: true,
|
||||
enablePrivacyStatement: true,
|
||||
enableCOARNotifySupport: true,
|
||||
};
|
||||
|
||||
// Whether to enable Markdown (https://commonmark.org/) and MathJax (https://www.mathjax.org/)
|
||||
|
Reference in New Issue
Block a user