Changeset 3759:45c8ab728afa for plugins/dcCKEditor/js/ckeditor/styles.js
- Timestamp:
- 06/13/18 13:00:16 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor/styles.js
r3616 r3759 1 1 /** 2 * @license Copyright (c) 2003-201 7, CKSource - Frederico Knabben. All rights reserved.3 * For licensing, see LICENSE.md or http ://ckeditor.com/license2 * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. 3 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license 4 4 */ 5 5 … … 14 14 // website requirements and design properly. 15 15 // 16 // For more information refer to: http ://docs.ckeditor.com/#!/guide/dev_styles-section-style-rules16 // For more information refer to: https://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_styles-section-style-rules 17 17 18 18 CKEDITOR.stylesSet.add( 'default', [ … … 127 127 128 128 // Adding space after the style name is an intended workaround. For now, there 129 // is no option to create two styles with the same name for different widget types. See http ://dev.ckeditor.com/ticket/16664.129 // is no option to create two styles with the same name for different widget types. See https://dev.ckeditor.com/ticket/16664. 130 130 { name: '240p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-240p' }, group: 'size' }, 131 131 { name: '360p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-360p' }, group: 'size' },
Note: See TracChangeset
for help on using the changeset viewer.