Skip to content

Commit

Permalink
remove hardcoded supportLanguage config value
Browse files Browse the repository at this point in the history
  • Loading branch information
ansuz committed Jun 9, 2020
1 parent e763f87 commit 3fa7a09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion customize.dist/application_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ define(['/common/application_config_internal.js'], function (AppConfig) {
// Example: If you want to remove the survey link in the menu:
// AppConfig.surveyURL = "";

AppConfig.supportLanguages = [ 'en', 'fr' ]; // XXX
// To inform users of the support ticket panel which languages your admins speak:
//AppConfig.supportLanguages = [ 'en', 'fr' ];

return AppConfig;
});

0 comments on commit 3fa7a09

Please sign in to comment.