From 9bec5d714ee7c4bb28589b5f1ab00e7b2c048c73 Mon Sep 17 00:00:00 2001 From: Florian Necas Date: Wed, 21 Feb 2024 15:21:56 +0100 Subject: [PATCH] feat: allow competenceArea enabled/disabled in console --- console/console.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/console/console.properties b/console/console.properties index a625ce8e..12cedf99 100644 --- a/console/console.properties +++ b/console/console.properties @@ -326,3 +326,8 @@ AreasGroup=INSEE_DEP # Activates or disable GDPR-related endpoints # default: true #gdpr.allowAccountDeletion=true + +# Activates area of competence +# if set to true, enable competence area in the account form and in organization page +# default: false +# competenceAreaEnabled=false \ No newline at end of file