From f39266b7c3e3fa8365ccd18fe6916aab56d2a6c8 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 29 Oct 2019 14:40:22 +0100 Subject: [PATCH] Add an example in application_config.js (#458) --- customize.dist/application_config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customize.dist/application_config.js b/customize.dist/application_config.js index 0cebf4b51..a7ad90f11 100644 --- a/customize.dist/application_config.js +++ b/customize.dist/application_config.js @@ -6,5 +6,8 @@ but you should not change it directly (/common/application_config_internal.js) */ define(['/common/application_config_internal.js'], function (AppConfig) { + // Example: If you want to remove the survey link in the menu: + // AppConfig.surveyURL = ""; + return AppConfig; });