[gen] Appy is now integrated to ckeditor 4.4.7 via CDN (check http://cdn.ckeditor.com).

This commit is contained in:
Gaetan Delannay 2015-02-22 12:42:04 +01:00
parent 302556192b
commit af635f936f
236 changed files with 72 additions and 3311 deletions

View file

@ -2,5 +2,7 @@
* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.stylesSet.add('default',[]);
CKEDITOR.stylesSet.add('default',[
{ name: 'Styled image (left)', element:'img', attributes: {'class': 'left'}},
{ name: 'Styled image (right)', element:'img', attributes: {'class': 'right'}},
]);