Add an example in application_config.js (#458)

This commit is contained in:
yflory 2019-10-29 14:40:22 +01:00
parent 6b1e394170
commit f39266b7c3

View file

@ -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;
});