config.js 533 B

123456789101112131415161718
  1. /*
  2. Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.html or http://ckfinder.com/license
  4. */
  5. CKFinder.customConfig = function( config )
  6. {
  7. // Define changes to default configuration here.
  8. // For the list of available options, check:
  9. // http://docs.cksource.com/ckfinder_2.x_api/symbols/CKFinder.config.html
  10. // Sample configuration options:
  11. config.uiColor = '#f7f5f4';
  12. config.language = 'zh-cn';
  13. config.removePlugins = 'basket,help';
  14. config.defaultSortBy = 'date';
  15. };