application_config.js 576 B

123456789101112
  1. /*
  2. * You can override the configurable values from this file.
  3. * The recommended method is to make a copy of this file (/customize.dist/application_config.js)
  4. in a 'customize' directory (/customize/application_config.js).
  5. * If you want to check all the configurable values, you can open the internal configuration file
  6. but you should not change it directly (/common/application_config_internal.js)
  7. */
  8. define(['/common/application_config_internal.js'], function (AppConfig) {
  9. AppConfig.availablePadTypes = ['drive','pad','code','slide'];
  10. return AppConfig;
  11. });