config.js 509 B

123456789101112131415161718
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see license.txt or http://cksource.com/ckfinder/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 = '#BDE31E';
  12. // config.language = 'fr';
  13. // config.removePlugins = 'basket';
  14. };