2018-01-22 23:56:37 +08:00
|
|
|
/*
|
|
|
|
* You can override the configurable values from this file.
|
|
|
|
* The recommended method is to make a copy of this file (/customize.dist/application_config.js)
|
|
|
|
in a 'customize' directory (/customize/application_config.js).
|
|
|
|
* If you want to check all the configurable values, you can open the internal configuration file
|
|
|
|
but you should not change it directly (/common/application_config_internal.js)
|
|
|
|
*/
|
|
|
|
define(['/common/application_config_internal.js'], function (AppConfig) {
|
2019-10-29 21:40:22 +08:00
|
|
|
// Example: If you want to remove the survey link in the menu:
|
|
|
|
// AppConfig.surveyURL = "";
|
|
|
|
|
2020-06-10 01:42:41 +08:00
|
|
|
// To inform users of the support ticket panel which languages your admins speak:
|
|
|
|
//AppConfig.supportLanguages = [ 'en', 'fr' ];
|
2020-05-15 06:53:14 +08:00
|
|
|
|
2018-01-22 23:56:37 +08:00
|
|
|
return AppConfig;
|
2016-09-13 17:01:10 +08:00
|
|
|
});
|