Projet

Général

Profil

Paste
Télécharger (332 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / ckeditor-4.4.7-full / config.js @ d69c481e

1
/**
2
 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3
 * For licensing, see LICENSE.md or http://ckeditor.com/license
4
 */
5

    
6
CKEDITOR.editorConfig = function( config ) {
7
        // Define changes to default configuration here. For example:
8
        // config.language = 'fr';
9
        // config.uiColor = '#AADC6E';
10
};