]> wagnertech.de Git - mfinanz.git/blob - js/ckeditor/config.js
P.radio_button/checkbox_tag: label_xyz-Attribute als xzy an Label-Tag durchreichen
[mfinanz.git] / js / ckeditor / config.js
1 /**
2  * @license Copyright (c) 2003-2017, 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         // Dialog windows are also simplified.
8         config.removeDialogTabs = 'link:advanced';
9 };