Merge pull request #1715 from atmire/w2p-92701_issue-1506-gdpr-privacy-config

Option to disable gdpr / privacy statements
This commit is contained in:
Tim Donohue
2022-08-09 09:40:59 -05:00
committed by GitHub
13 changed files with 112 additions and 30 deletions

View File

@@ -248,3 +248,10 @@ bundle:
mediaViewer:
image: false
video: false
# Whether the end user agreement is required before users use the repository.
# If enabled, the user will be required to accept the agreement before they can use the repository.
# And whether the privacy statement should exist or not.
info:
enableEndUserAgreement: true
enablePrivacyStatement: true