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