From 5d88f969692b9537df8f61b98d338cb57ff5a7a7 Mon Sep 17 00:00:00 2001 From: Guy Halse <guy@tenet.ac.za> Date: Mon, 28 May 2018 12:54:57 +0200 Subject: [PATCH] Document the noconsentattributes option --- modules/consent/docs/consent.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/consent/docs/consent.md b/modules/consent/docs/consent.md index 80d12b1c4..d057eb1b4 100644 --- a/modules/consent/docs/consent.md +++ b/modules/consent/docs/consent.md @@ -160,9 +160,15 @@ The following options can be used when configuring the Consent module: the attributes that should have their value hidden. Default behaviour is that all attribute values are shown. +`noconsentattributes` +: Allows certain attributes to be excluded from the attribute hash when + `includeValues` is `true` (and as a side effect, to be hidden from display + as `hiddenAttributes` does). Set to an array of the attributes that should + be excluded. Default behaviour is to include all values in the hash. + `showNoConsentAboutService` : Whether we will show a link to more information about the service from the - no consent page. Defaults to `TRUE`. + no consent page. Defaults to `true`. External options ---------------- -- GitLab